Join Slack
Powered by
Hi everyone can you please help me on this issue k...
# kotlin-dsl
s
Srikanta Subudhi
09/10/2024, 12:03 AM
Hi everyone can you please help me on this issue kotlinOptions(KotlinJvmOptionsDeprecated /* = KotlinJvmOptions */.() -> Unit): Unit' is deprecated. Please migrate to the compilerOptions DSL. I have tried the url but nothing work
v
Vampire
09/10/2024, 12:06 AM
What did you try?
Vampire
09/10/2024, 12:13 AM
And what was the result?
s
Srikanta Subudhi
09/11/2024, 11:25 AM
Hi I am trying to build multimodule project
https://github.com/srikantakumar87/Run/tree/4.7.7-AndroidRoomConventionPlugin
it's showing problem during rebuild Inconsistent JVM-target compatibility detected for tasks 'compileDebugJavaWithJavac' (11) and 'kspDebugKotlin' (20)
v
Vampire
09/11/2024, 11:59 AM
• the link is not accessible • the inconsistent jvm target is easy to solve, just set the toolchain (
https://blog.jetbrains.com/kotlin/2021/11/gradle-jvm-toolchain-support-in-the-kotlin-plugin/
) • what has that to do with your original message?
5
Views
Open in Slack
Previous
Next