is there a multiplatform package format that can b...
# multiplatform
d
is there a multiplatform package format that can be used as a dependency in other multiplatform projects?
k
use maven
b
Gradle*
Plain maven artifacts are not multiplatform
d
how do you include it? you will have multiple targets defined
k
that's true, though a bit pedantic 😛
d
i guess sqldelight is a good example - should have though of that
b
Just as a normal gradle dependency as long as it was published with gradle metadata
k
don't worry about that, gradle metadata takes care of it
d
k - thank you
first try of this
but ive been doing kotlin mp for about six months
d
yummy
k
parts of that have become a bit dated, but it's mostly still relevant