Answers for "Could not initialize class org.jetbrains.kotlin.gradle.internal.KotlinSourceSetProviderImplKt"

1

Could not initialize class org.jetbrains.kotlin.gradle.plugin.sources.DefaultKotlinSourceSetKt

buildscript {
ext {
    kotlinVersion = '1.3.72'
    springBootVersion = '2.0.4.RELEASE'
}
repositories {
    mavenCentral()
}
... 
}
Posted by: Guest on June-25-2020

Code answers related to "Could not initialize class org.jetbrains.kotlin.gradle.internal.KotlinSourceSetProviderImplKt"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language