Did someone tried gradle includeBuild between a Ko...
# multiplatform
a
Did someone tried gradle includeBuild between a Kotlin Multiplatform multimodule project and a plain Android project? We have a Kotlin Multiplatform project with several modules and a single module which organizes our apps framework and I'm planing to expose this as an included build (with dependencySubstitution) to the plain old Android project, but after the substitution the dependency only sees the declarations from androidMain sourceSets and cant find the commonMain declarations.
We're working with Kotlin 1.5.20 on Gradle 7.1.1
a
Yes, We did that once in a project we have already sun set. But I remember it working
a
Are there any public working examples?
a
let me check, we just might have
Bad news, we ain't got a public one
a
Thank you very much, you saved me days of testing and failures 🙏