Skip to content

Commit f8da1a6

Browse files
committed
Add KSP sourceSets to the core-uistate
1 parent 3ba7aa5 commit f8da1a6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ android {
5151
}
5252
}
5353

54-
kotlin {
55-
sourceSets.configureEach {
56-
kotlin.srcDir("$buildDir/generated/ksp/$name/kotlin/")
57-
}
58-
}
59-
6054
dependencies {
6155
// core modules
6256
implementation(project(":core-designsystem"))

core-uistate/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ android {
2626
}
2727
}
2828

29+
kotlin {
30+
sourceSets.configureEach {
31+
kotlin.srcDir("$buildDir/generated/ksp/$name/kotlin/")
32+
}
33+
}
34+
2935
dependencies {
3036
implementation(project(":core-model"))
3137

0 commit comments

Comments
 (0)