Slackbot
07/29/2022, 12:48 AMJohn Bellini
07/29/2022, 12:52 AMkotlin("jvm") version "1.6.10"
with gradle 6.8
Plugin is 1.6.21 built with gradle 7.4Chris Lee
07/29/2022, 3:03 AMkotlin("jvm") version "1.6.10"
should not be mixed in with Gradle plugin/task development; that is via `kotlin-dsl`and pulls in the Gradle-embedded kotlin.John Bellini
08/02/2022, 3:40 PMChris Lee
08/02/2022, 3:41 PMkotlin-dsl
provides the Gradle-appropriate Kotlin libs (and includes java-gradle-plugin
as well).John Bellini
08/02/2022, 3:46 PMplugins {
java
`kotlin-dsl`
// kotlin("jvm") version "1.6.10"
id("com.ea.gradle.gradle-plugin.assertscans.healthycode.HealthyCodeScan") version "6.5.2-SNAPSHOT"
}
Chris Lee
08/02/2022, 3:46 PMkotlin-dsl
. Application projects (that use Kotlin) use kotlin("jvm")
John Bellini
08/02/2022, 3:48 PMExecution failed for task ':healthyCodeScan'. > kotlin/jvm/JvmInline
So adding kotlin-dsl to the application project isn't what I need.Chris Lee
08/02/2022, 3:50 PMChris Lee
08/02/2022, 3:50 PMJohn Bellini
08/02/2022, 3:51 PMChris Lee
08/02/2022, 3:52 PMJohn Bellini
08/02/2022, 3:52 PMJohn Bellini
08/02/2022, 3:52 PMJohn Bellini
08/02/2022, 3:53 PMChris Lee
08/02/2022, 3:53 PMChris Lee
08/02/2022, 3:54 PMJohn Bellini
08/02/2022, 3:58 PMChris Lee
08/02/2022, 3:58 PMJohn Bellini
08/03/2022, 3:31 PM