Skip to content

Commit 1a060d8

Browse files
committed
removed gradle deprecated compile
1 parent 755ac3f commit 1a060d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ buildscript {
2121

2222
dependencies {
2323

24-
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
24+
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
2525

26-
testCompile 'io.kotlintest:kotlintest-runner-junit5:3.0.6'
26+
testImplementation'io.kotlintest:kotlintest-runner-junit5:3.0.6'
2727
}
2828

2929
repositories {

0 commit comments

Comments
 (0)