colintheshots
08/31/2020, 3:31 PM* What went wrong:
An exception occurred applying plugin request [id: 'org.jetbrains.kotlin.jvm', version: '1.4.0']
> Failed to apply plugin [id 'org.jetbrains.kotlin.jvm']
> The current Gradle version 5.2.1 is not compatible with the Kotlin Gradle plugin. Please use Gradle 5.3 or newer, or the previous version of the Kotlin plugin.
Big Chungus
08/31/2020, 3:32 PMBig Chungus
08/31/2020, 3:32 PMcolintheshots
08/31/2020, 3:33 PMdistributionUrl=https\:<//services.gradle.org/distributions/gradle-6.6-all.zip>
Javier
08/31/2020, 3:34 PMBig Chungus
08/31/2020, 3:34 PMJavier
08/31/2020, 3:34 PMcolintheshots
08/31/2020, 3:34 PMcolintheshots
08/31/2020, 3:37 PM> Task :internal-gradle-plugins:compileDepsKotlin
The `kotlin-dsl` plugin applied to project ':internal-gradle-plugins' enables experimental Kotlin compiler features. For more information see <https://docs.gradle.org/6.6/userguide/kotlin_dsl.html#sec:kotlin-dsl_plugin>
> Task :internal-gradle-plugins:compileKotlin
The `kotlin-dsl` plugin applied to project ':internal-gradle-plugins' enables experimental Kotlin compiler features. For more information see <https://docs.gradle.org/6.6/userguide/kotlin_dsl.html#sec:kotlin-dsl_plugin>
Big Chungus
08/31/2020, 3:38 PMBig Chungus
08/31/2020, 3:40 PMcolintheshots
08/31/2020, 3:41 PMcolintheshots
08/31/2020, 3:41 PMBig Chungus
08/31/2020, 3:41 PMBig Chungus
08/31/2020, 3:41 PMBig Chungus
08/31/2020, 3:42 PMcolintheshots
08/31/2020, 3:45 PMcolintheshots
08/31/2020, 3:46 PMbuild.gradle.kts
file:
plugins {
kotlin("jvm") version "1.3.72"
}
repositories {
jcenter()
}
colintheshots
08/31/2020, 3:47 PMbuild.gradle.kts
includes stdlib-jdk8 under dependencies.Big Chungus
08/31/2020, 3:47 PMBig Chungus
08/31/2020, 3:47 PMcolintheshots
08/31/2020, 3:47 PMJavier
08/31/2020, 3:48 PMplugins {
`kotlin-dsl`
}
repositories {
jcenter()
}
Big Chungus
08/31/2020, 3:49 PMJavier
08/31/2020, 3:52 PMBig Chungus
08/31/2020, 3:56 PMBig Chungus
08/31/2020, 3:56 PMJavier
08/31/2020, 4:15 PM