rebok
01/30/2024, 7:03 PMJavier
01/30/2024, 7:05 PMrebok
01/30/2024, 7:06 PMJavier
01/30/2024, 7:06 PMthe root project doesn't specify any kotlin versions
Please add the Kotlin plugin to the common parent project or the root project, then remove the versions in the subprojects.
rebok
01/30/2024, 7:06 PMJavier
01/30/2024, 7:07 PMfalse
, specifying the version. In the rest of the projects just apply the plugin without the versionrebok
01/30/2024, 7:09 PMplugins {
kotlin("jvm") version "1.9.22" apply false
kotlin("multiplatform") version "1.9.21" apply false
}
but now compose plugin that was supposed to use kotlin multiplatform, says that i musn't use kotlin 1.9.22Javier
01/30/2024, 7:10 PMJavier
01/30/2024, 7:11 PMJavier
01/30/2024, 7:11 PMrebok
01/30/2024, 7:12 PMRohit
02/02/2024, 8:27 AM