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 3ba7aa5 commit f8da1a6Copy full SHA for f8da1a6
app/build.gradle.kts
@@ -51,12 +51,6 @@ android {
51
}
52
53
54
-kotlin {
55
- sourceSets.configureEach {
56
- kotlin.srcDir("$buildDir/generated/ksp/$name/kotlin/")
57
- }
58
-}
59
-
60
dependencies {
61
// core modules
62
implementation(project(":core-designsystem"))
core-uistate/build.gradle.kts
@@ -26,6 +26,12 @@ android {
26
27
28
29
+kotlin {
30
+ sourceSets.configureEach {
31
+ kotlin.srcDir("$buildDir/generated/ksp/$name/kotlin/")
32
+ }
33
+}
34
+
35
36
implementation(project(":core-model"))
37
0 commit comments