andylamax
10/25/2022, 1:24 PMkotlin("jvm")
gradle plugin instead of kotlin("multiplatform")
gradle plugin??Landry Norris
10/25/2022, 1:36 PMandylamax
10/25/2022, 2:07 PMLandry Norris
10/25/2022, 2:07 PMArkadii Ivanov
10/25/2022, 3:13 PMbenkuly
10/25/2022, 5:35 PMSean Proctor
10/25/2022, 10:05 PMalexey.tsvetkov
10/26/2022, 3:53 PMYou may have issues with the IDE not being able to resolve some MPP dependencies, I remember there were bugs. Otherwise it should work fine.At some point the
kotlin-jvm
Gradle plugin was refactored to share most of code with the kotlin-multiplatform
plugin, so for the most part kotlin-jvm
and kotlin-multiplatform
with jvm only target should be interchangable (besides using different names for compile tasks). There could be bugs of course, but bugs can be reported to Kotlin team.andylamax
10/26/2022, 3:57 PMalexey.tsvetkov
10/26/2022, 4:00 PMkotlin-js
projects in the Compose pluginandylamax
10/26/2022, 4:01 PM