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 f809def commit c3071c2Copy full SHA for c3071c2
app/build.gradle.kts
@@ -54,13 +54,11 @@ dependencies {
54
implementation(project(DeveloperTools))
55
}
56
57
- with(Dependencies.Koin) {
58
- implementation(Compose)
59
- }
+ implementation("io.insert-koin:koin-androidx-compose:3.2.1")
60
61
with(Dependencies.Compose) {
62
implementation(ComposeDestinations)
63
64
- implementation(Dependencies.AndroidX.SplashScreen)
+ implementation("androidx.core:core-splashscreen:1.0.0-beta02")
65
implementation(Dependencies.ProfilerInstaller)
66
0 commit comments