ArtifactNotFoundException: Could not find kotlinx-coroutines-core-1.5.1-native-mt-samplessources.jar
v
Vampire
10/22/2021, 3:17 PM
What you do is a very bad idea.
You add that other build as subproject under your multi-project build.
That is in 98.7 % a very bad idea.
What you are after is a composite build, where you use
@Vampire Thanks, that seems like the right way to do it, unfortunately it doesn't work with the KMM module 🙄
j
Jeff Lockhart
10/22/2021, 8:29 PM
Very similar question I just had myself below!
v
Vampire
10/23/2021, 3:06 AM
Well, I have no idea about KMM, so if it does not work with a composite build, you probably have to deploy to some local repo manually and then use that in the other project.