Are Gradle Composite Builds supported for KMP yet?...
# multiplatform
j
Are Gradle Composite Builds supported for KMP yet? I'm getting an error that makes me think they aren't yet...
Copy code
Caused by: org.gradle.api.UnknownDomainObjectException: Included build 'reactive' not found in build 'kiteui'.
	at org.gradle.invocation.DefaultGradle.includedBuild(DefaultGradle.java:538)
	at org.jetbrains.kotlin.gradle.targets.js.npm.resolver.KotlinCompilationNpmResolver$ConfigurationVisitor.visitCompositeProjectDependency(KotlinCompilationNpmResolver.kt:302)
settings.gradle.kts:
Copy code
includeBuild("../reactive")
includeBuild("../kiteui")
JVM only stuff works fine
c
I use them very often without issues
j
Huh. Thanks for letting me know; I probably messed up something somewhere then