Hendre Page
05/30/2025, 10:25 AMe: 'java' Gradle plugin is not compatible with 'org.jetbrains.kotlin.multiplatform' plugin.
Consider adding a new subproject with 'java' plugin where the KMP project is added as a dependency.
e: 'application' (also applies 'java' plugin) Gradle plugin is not compatible with 'org.jetbrains.kotlin.multiplatform' plugin.
Consider the new KMP/JVM binaries DSL as a replacement: <https://kotl.in/jvm-binaries-dsl>
e: 'java' Gradle plugin is not compatible with 'org.jetbrains.kotlin.multiplatform' plugin.
Consider adding a new subproject with 'java' plugin where the KMP project is added as a dependency.
e: 'application' (also applies 'java' plugin) Gradle plugin is not compatible with 'org.jetbrains.kotlin.multiplatform' plugin.
Consider the new KMP/JVM binaries DSL as a replacement: <https://kotl.in/jvm-binaries-dsl>
I understand that I can't use the application plugin anymore, but apparently that is being added by the ktor plugin, so what is the work around? I would really appreciate some help as I have been stuck with this all morning.Aleksei Tirman [JB]
05/30/2025, 12:09 PM