Currently cloning the repo & building the app fails (see issue #401 & #403 ).
Seems to be a problem with AGP & Hilt Gradle plugin version issue. Hence updated both to 7.0.2 and 2.38.1 respectively.
( ⚠️ Updating AGP to latest 7.2.X doesn't seem to solve the compilation issue hence used 7.0.2 )
Updated to use const for versionName, versionCodeBase & versionCodeMobile in Versions.kt
Updated to property access instead of deprecated functions for minSdk, compileSdk & targetSdk in :mobilebuild.gradle.kts
Currently cloning the repo & building the app fails (see issue #401 & #403 ).
7.0.2
and2.38.1
respectively.( ⚠️ Updating AGP to latest
7.2.X
doesn't seem to solve the compilation issue hence used7.0.2
)versionName
,versionCodeBase
&versionCodeMobile
inVersions.kt
:mobile
build.gradle.kts