Hello all,
I’m making some tests here with KMP multi-modules but I think I’m doing something wrong in terms of configurations. I’ve got:
• KMP project (library) no 1
• KMP project (library) no 2 (makes use of library no 1)
• Android/iOS app that use both libraries
I can successfully compile each library individual. But when I try to import lib no1 intro lib no2 on Android Studio (via settings.gradle) I’ve got a couple of errors:
• It’s unable to find buildSrc
• It complains as not having any target defined
(I’m using gradle 6.8.1 and plugin 7.0.0-alpha05)
Any idea what I might be doing wrong?