Tcnicn
10/19/2024, 10:14 AMabstract class MyConventionExtension(private val plugin: Convention_gradle) {
This seems to be caused by the KotlinBuildScript class being deprecated in favor of KotlinProjectScriptTemplate. I however cant find a way to switch the compilation of the convention.gradle.kts file to use the newer base-class. Is there a property i can set or do i just have to live with that deprecation for now?Adam
10/19/2024, 10:22 AMI however cant find a way to switch the compilation of the convention.gradle.kts file to use the newer base-class.You'll have to wait until Gradle updates its embedded Kotlin to 2.0 https://github.com/gradle/build-tool-roadmap/issues/63
Adam
10/19/2024, 10:23 AMTcnicn
10/19/2024, 10:34 AMVampire
10/19/2024, 11:54 PM