Hello! I have a non-published multiplatform kotlin library
com.foo.bar
I want to create another multiplatform project with some examples of using
com.foo.bar
How can I add
com.foo.bar
as a local dependency for my demo-project?
k
Kris Wong
07/13/2020, 2:14 PM
the short answer is, KMP artifacts aren't different than other artifacts for the target platform. meaning you consume them the same way you consume other dependencies