Build: Fix deprecated Gradle configurations usages
for migration to Gradle 7+ #KTI-559
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
apply plugin: 'kotlin'
|
||||
|
||||
dependencies {
|
||||
compile project(':kotlin-stdlib-jdk8')
|
||||
testCompile project(':kotlin-test:kotlin-test-junit')
|
||||
api project(':kotlin-stdlib-jdk8')
|
||||
testApi project(':kotlin-test:kotlin-test-junit')
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user