alexandrepiveteau
07/04/2021, 10:51 PMkotlinx.serialization
, and targets both Kotlin/JS and Kotlin/JVM (with a Compose for Desktop client).
Compose for Desktop requires using Kotlin 1.5.10, but there’s a bugfix in kotlinx.serialization
for Kotlin 1.5.20 which I need for my Kotlin/JS target. Would there a way for me to fix my Gradle project and satisfy these two requirements ?
(code in 🧵)build.gradle.kts
individually, but got the following warning :
The Kotlin Gradle plugin was loaded multiple times in different subprojects, which is not supported and may break the build.
kevindmoore
07/05/2021, 2:43 AMalexandrepiveteau
07/05/2021, 6:29 AMGuilherme Delgado
07/05/2021, 9:14 AM