Skip to content

Commit bed9e01

Browse files
committed
Dont allow the Kotlin stdlib to be a dep
1 parent e6218bf commit bed9e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dependencies {
100100
errorprone 'com.google.errorprone:error_prone_core:2.41.0'
101101

102102
// just tests
103-
testCompileOnly 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
103+
testImplementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
104104
}
105105

106106
tasks.withType(JavaCompile) {

0 commit comments

Comments
 (0)