Mark Fisher
01/02/2025, 7:01 PM> Configure project :server
w: 'java' Gradle plugin is not compatible with 'org.jetbrains.kotlin.multiplatform' plugin.
I tracked this down to the plugin "io.kvision".
Commenting this plugin out stops the warning, but then the webapp doesn't work. I saw it's also displaying on the example apps, so assume it's expected but just unfortunate?Robert Jaros
01/02/2025, 7:49 PMjava
or application
plugin and these plugins are currently used by KVision plugin. It will be addressed in the next major release and unfortunately will introduce some breaking changes.Mark Fisher
01/02/2025, 8:55 PM