Also, on a separate note, when I start the applica...
# kvision
m
Also, on a separate note, when I start the application, I see a gradle warning:
Copy code
> 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?
r
Yes. This is a know issue. Kotlin multiplatform plugin will not work with the
java
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.
👍 1
m
Thanks, it was a minor thing