Skip to content

Commit 38fde4f

Browse files
move koin-core-annotations dependency into koin-test
1 parent ab4ad0a commit 38fde4f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

projects/core/koin-core/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ kotlin {
3838

3939
sourceSets {
4040
commonMain.dependencies {
41-
api(project(":core:koin-core-annotations"))
4241
implementation(libs.extras.stately)
4342
implementation(libs.extras.stately.collections)
4443
// api(libs.extras.uuid)

projects/core/koin-test/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ kotlin {
4040
sourceSets {
4141
commonMain.dependencies {
4242
api(project(":core:koin-core"))
43-
//TODO remove in 3.6
43+
api(project(":core:koin-core-annotations"))
4444
api(libs.kotlin.test)
4545
}
4646
jvmMain.dependencies {

0 commit comments

Comments
 (0)