Skip to content

Commit

Permalink
move kinject-core to transitive dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPierce committed Jul 17, 2024
1 parent 6864795 commit 389be3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kinject-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ composeCompiler {
}

dependencies {
implementation(project(":kinject-core"))
api(project(":kinject-core"))
api(libs.compose.runtime)
}

0 comments on commit 389be3d

Please sign in to comment.