Marshall Mann-Wood
07/27/2025, 6:05 PMid("org.jetbrains.kotlin.jvm") version "2.2.0"
or id("org.jetbrains.kotlin.multiplatform") version "2.2.0"
, but I can't get a build in either situation.
I am getting a gradle error and will continue to debug (not hard blocked), but I'm wondering if this is a supported use-case and if there is documentation available for handling it.hfhbd
07/27/2025, 6:09 PMMarshall Mann-Wood
07/27/2025, 6:13 PMincludedBuild
, either on a Multiplatform project or otherwise?Marshall Mann-Wood
07/27/2025, 6:14 PMincludeBuild
(which might be different, but they seem to be related), assumes different projects. The goal is to keep these as single-project.Didier Villevalois
07/27/2025, 6:56 PMproject
dependencies. I highly recommend you to read about Gradle, because it seems to me this is a Gradle question.
Also, you should look at how other projects are set up. There are many open-source projects on GitHub that are Kotlin Multiplatform and use subprojects.hfhbd
07/27/2025, 7:51 PMblakelee
07/27/2025, 9:05 PM