Hi everyone can you please help me on this issue k...
# kotlin-dsl
s
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
What did you try?
And what was the result?
s
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
• 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?