Skip to content

Commit f00e165

Browse files
committed
Disable koin sample for now - add it back later when koin supports kotlin 1.9.21
1 parent e8c0752 commit f00e165

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

settings.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ KMP App with MVVM and Dependency Injection with Koin:
4646
- Android with Jetpack Compose
4747
- iOS with SwiftUI and SPM
4848
*/
49-
include("sentry-samples:kmp-app-mvvm-di:shared")
50-
include("sentry-samples:kmp-app-mvvm-di:androidApp")
49+
// This is currently disabled because Koin does not support Kotlin 1.9.21 yet
50+
// include("sentry-samples:kmp-app-mvvm-di:shared")
51+
// include("sentry-samples:kmp-app-mvvm-di:androidApp")

0 commit comments

Comments
 (0)