Generate new Gradle dependency directives when is version above 3.4 (KT-22571)

^KT-22571 Fixed
This commit is contained in:
Nikolay Krasko
2018-11-22 18:05:02 +03:00
parent 7aa195b017
commit e4da6c268a
41 changed files with 113 additions and 59 deletions
@@ -10,7 +10,7 @@ repositories {
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.11'
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
}
buildscript {
ext.kotlin_version = '$VERSION$'