Jean Tuffier
12/12/2025, 9:46 AMkotlin {
androidTarget {
compilerOptions {
jvmTarget.set(JvmTarget.JVM_24)
}
}
...
}
android {
compileOptions {
sourceCompatibility = JavaVersion.VERSION_24
targetCompatibility = JavaVersion.VERSION_24
}
...
}
I replaced “11” with “24" but I wonder if I need all of that, I also used foojay-resolver-convention with jvmToolchain on another project. What does one actually need?Eug
12/12/2025, 4:55 PMColton Idle
12/20/2025, 3:19 AMColton Idle
12/20/2025, 3:23 AMJean Tuffier
12/20/2025, 7:35 AMjvmToolchainEug
12/20/2025, 8:14 AMMartin
12/20/2025, 9:52 AM