File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
instrumentation/kotlin-coroutines
dd-smoke-tests/iast-propagation Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
44
55plugins {
66 id ' com.gradleup.shadow'
7- id ' org.jetbrains.kotlin.jvm' version libs . versions . kotlin . plugin
7+ id ' org.jetbrains.kotlin.jvm'
88}
99
1010apply from : " $rootDir /gradle/java.gradle"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
33
44plugins {
55 id ' java-test-fixtures'
6- id ' org.jetbrains.kotlin.jvm' version libs . versions . kotlin . plugin
6+ id ' org.jetbrains.kotlin.jvm'
77}
88
99muzzle {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
55plugins {
66 id ' com.gradleup.shadow'
77 id ' java'
8- id ' org.jetbrains.kotlin.jvm' version libs . versions . kotlin . plugin
8+ id ' org.jetbrains.kotlin.jvm'
99 id ' scala'
1010 id ' groovy'
1111}
You can’t perform that action at this time.
0 commit comments