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.