We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c0752 commit f00e165Copy full SHA for f00e165
settings.gradle.kts
@@ -46,5 +46,6 @@ KMP App with MVVM and Dependency Injection with Koin:
46
- Android with Jetpack Compose
47
- iOS with SwiftUI and SPM
48
*/
49
-include("sentry-samples:kmp-app-mvvm-di:shared")
50
-include("sentry-samples:kmp-app-mvvm-di:androidApp")
+// This is currently disabled because Koin does not support Kotlin 1.9.21 yet
+// include("sentry-samples:kmp-app-mvvm-di:shared")
51
+// include("sentry-samples:kmp-app-mvvm-di:androidApp")
0 commit comments