Sorry for the re-post, just learned of this channel 🙂
Hi Gradle experts.
I'm pretty new to Gradle, and I'm having trouble figuring out how to get a Kotlin multi-platform multi-project build set up as a composite dependency.
I'm using includeBuild to pull in the mpp utility project
This actually works as far as building is concerned, but the IDE doesn't accept the substitution. Any suggestions for where I can go from here?
Nicholas Bilyk
07/09/2019, 1:40 PM
Update:
If the app project is Kotlin JVM, composite builds work just fine (no substitutions necessary), even if the library is multi-platform. If the app project is Kotlin Multi-platform, IDEA doesn't give me intellisense.