TheArchitect123 / KmpEssentials

KmpEssentials is a library that contains apis (40+ Modules) to accelerate your development. Everything from managing the Battery, File System, getting Package information, or taking Photos. Supports iOS, Android & AppleWatch
MIT License
169 stars 2 forks source link

[Bug] [Android] Build warning in release mode. #21

Open Monabr opened 2 weeks ago

Monabr commented 2 weeks ago

Describe the bug Project does not builds. I believe you need to provide R8 instructions.

To Reproduce Use

isDebuggable = false
isMinifyEnabled = true

Than build the project

Expected behavior Expect to build project in release mode.

Additional context The error I am getting is: The companion object Companion could not be found in class com.google.android.gms.internal.location.zze

Monabr commented 2 weeks ago

Well it's just a warning I have more Ktor error, but still there is no R8 instructions.