Skip to content

Commit 1964974

Browse files
committed
Fix in build.gradle
1 parent 3480d6a commit 1964974

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
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
dependencies {
13-
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
13+
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
1414
testCompile('org.junit.jupiter:junit-jupiter-api:5.2.0')
1515
testRuntime('org.junit.jupiter:junit-jupiter-engine:5.2.0')
1616
}

0 commit comments

Comments
 (0)