Kyle Szalai
10/01/2025, 2:39 PMandroidx.core.bundle.Bundle, so it fails to build
Missing class androidx.core.bundle.Bundle (referenced from: kotlin.jvm.functions.Function0 org.koin.viewmodel.BundleExtKt.emptyState() and 2 other contexts)
I would assume I need to add some consumer proguard rules, so I am trying to add
-keep class androidx.core.bundle.Bundle {}
to my Proguard configuration, but this doesn't fix the issue.
I've tried adding org.jetbrains.androidx.core to the project to see if providing it fixes it, but unfortunately, nothing.
Koin 4.0.4 (koin-android and koin-androidx-compose)
Compose BOM 2024.04.00
Kotlin 2.1.20Kyle Szalai
10/08/2025, 9:58 PM