https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
g

GarouDan

03/08/2019, 3:22 PM
Hi, it looks like we have a problem when integrating the
kotlin("multiplatform")
and spring boot. I’ve filed an issue about that here: https://youtrack.jetbrains.com/issue/KT-30340 I was talking with the folks in the spring boot gitter chat and they said:
but I would guess that, unlike, the JVM platform plugin, it doesn't apply Gradle's Java plugin
If someone knows how to fix this please tell me 😃
Hum, interesting, I did something similar (I started to use the
id("kotlin-platform-jvm")
plugin as a workaround but this doesn’t really solve the problem). Do you have a
build.gradle
or a
build.gradle.kts
so I could take a look?
a

Alexey Belkov [JB]

03/15/2019, 9:24 AM
2 Views