File tree 1 file changed +5
-6
lines changed
modulecheck-parsing/kotlin-compiler
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -25,18 +25,17 @@ dependencies {
25
25
26
26
api(libs.kotlin.compiler)
27
27
28
- implementation(project(path = " :modulecheck-parsing:gradle:model:api" ))
29
- implementation(project(path = " :modulecheck-utils:cache" ))
30
- implementation(project(path = " :modulecheck-utils:coroutines" ))
31
- implementation(project(path = " :modulecheck-utils:lazy" ))
32
- implementation(project(path = " :modulecheck-utils:stdlib" ))
28
+ api(project(path = " :modulecheck-parsing:gradle:model:api" ))
33
29
34
30
compileOnly(gradleApi())
35
31
36
32
compileOnly(libs.agp)
37
- implementation(libs.groovy)
38
33
compileOnly(libs.kotlin.reflect)
39
34
35
+ implementation(libs.groovy)
36
+
37
+ implementation(project(path = " :modulecheck-utils:stdlib" ))
38
+
40
39
testImplementation(libs.bundles.hermit)
41
40
testImplementation(libs.bundles.jUnit)
42
41
testImplementation(libs.bundles.kotest)
You can’t perform that action at this time.
0 commit comments