Skip to content

Commit

Permalink
fix: kodein compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
DevSrSouza committed May 1, 2023
1 parent dd24bc0 commit 07e50a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion voyager-kodein/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ kotlin {
val commonMain by getting {
dependencies {
api(projects.voyagerCore)
implementation(compose.runtime)
compileOnly(compose.runtime)
compileOnly(libs.composeMultiplatform.runtimeSaveable)
implementation(libs.kodein)
}
}
Expand Down

0 comments on commit 07e50a1

Please sign in to comment.