Add kotlin-stdlib dependency in a lazy way

^KT-41642 In Progress
This commit is contained in:
Yahor Berdnikau
2022-02-12 10:28:32 +01:00
committed by Space
parent 895a8ff149
commit 4441033134
11 changed files with 247 additions and 163 deletions
@@ -96,6 +96,9 @@ dependencies {
functionalTestImplementation(project(":kotlin-gradle-plugin-kpm-android"))
functionalTestImplementation(project(":kotlin-tooling-metadata"))
functionalTestImplementation(testFixtures(project(":kotlin-gradle-plugin-idea")))
functionalTestImplementation("com.github.gundy:semver4j:0.16.4:nodeps") {
exclude(group = "*")
}
}
testCompileOnly(project(":compiler"))