Sebastian Schuberth
01/17/2023, 10:31 AMUnable to load class 'org.jetbrains.kotlin.gradle.dsl.KotlinJvmProjectExtension'.
This is an unexpected error. Please file a bug containing the idea.log file.
Big Chungus
01/17/2023, 10:41 AMSebastian Schuberth
01/17/2023, 11:18 AMrefreshVersions
stuff), but I get
Caused by: java.lang.NoClassDefFoundError: org/jetbrains/kotlin/gradle/dsl/KotlinJvmProjectExtension
at io.gitlab.arturbosch.detekt.internal.DetektJvm.registerTasks(DetektJvm.kt:13)
at io.gitlab.arturbosch.detekt.DetektPlugin$registerDetektJvmTasks$1.invoke(DetektPlugin.kt:42)
at io.gitlab.arturbosch.detekt.DetektPlugin$registerDetektJvmTasks$1.invoke(DetektPlugin.kt:41)
at io.gitlab.arturbosch.detekt.DetektPlugin.registerDetektJvmTasks$lambda$0(DetektPlugin.kt:41)
eygraber
01/17/2023, 2:32 PMSebastian Schuberth
01/17/2023, 3:01 PMeygraber
01/17/2023, 3:01 PMorg.jetbrains.kotlin:kotlin-gradle-plugin:<version>
Sebastian Schuberth
01/17/2023, 3:02 PMsubprojects
clause, if that applied to buildSrc
, too.eygraber
01/17/2023, 3:04 PMsettings.gradle.kts
or in a buildscript.dependencies
in your root build.gradle.kts
Sebastian Schuberth
01/17/2023, 3:05 PMeygraber
01/17/2023, 3:06 PM