dave08
01/23/2024, 1:35 PMdave08
01/23/2024, 1:35 PM[plugins]
jib = { id = "com.google.cloud.tools.jib", version.ref = "jib" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp"}
[versions]
ksp = "1.9.22-1.0.17"
##⬆= "2.0.0-Beta1-1.0.14"
##⬆= "2.0.0-Beta1-1.0.15"
##⬆= "2.0.0-Beta2-1.0.16"
##⬆= "2.0.0-Beta3-1.0.17"
jib = "3.4.0"
kotlin = "1.9.22"
dave08
01/23/2024, 1:36 PMplugins {
alias(libs.plugins.jib)
application
alias(libs.plugins.kotlin.jvm) version "1.9.22"
alias(libs.plugins.ksp)
}
dave08
01/23/2024, 1:36 PMConfigure project :
ksp-1.9.22-1.0.17 is too new for kotlin-1.9.21. Please upgrade kotlin-gradle-plugin to 1.9.22.
ksp-1.9.22-1.0.17 is too new for kotlin-1.9.21. Please upgrade kotlin-gradle-plugin to 1.9.22.
ksp-1.9.22-1.0.17 is too new for kotlin-1.9.21. Please upgrade kotlin-gradle-plugin to 1.9.22.
ksp-1.9.22-1.0.17 is too new for kotlin-1.9.21. Please upgrade kotlin-gradle-plugin to 1.9.22.
dave08
01/23/2024, 1:38 PM./gradlew test
from the command lineVampire
01/23/2024, 1:42 PM--scan
?Vampire
01/23/2024, 1:46 PMkotlin-dsl
, right?
Then you should not choose an arbitrary Kotlin version anyway.
Gradle controls the runtime environment, so you should also stick to that in the build environment.dave08
01/23/2024, 1:47 PMdave08
01/23/2024, 1:48 PMdave08
01/23/2024, 1:52 PMkotlin-dsl
and Gradle has 1.9.21 embedded in it... but it shouldn't affect the actual project code... maybe the test code is affected since gradle is running it?dave08
01/23/2024, 1:53 PMdave08
01/23/2024, 2:17 PMVampire
01/23/2024, 2:36 PMVampire
01/23/2024, 2:38 PMVampire
01/23/2024, 2:39 PMVampire
01/23/2024, 2:39 PMVampire
01/23/2024, 2:39 PMforce
which would then look like that iircdave08
01/23/2024, 2:39 PMVampire
01/23/2024, 2:40 PMVampire
01/23/2024, 2:40 PMtapchicoma
01/23/2024, 2:53 PM