If I have a (library) project with a dependency th...
# multiplatform
a
If I have a (library) project with a dependency that publishes a JVM version and Android
.aar
libs how do I express this? My project doesn't have an
android()
target, it only has the
jvm()
target which should work for both jvm and android. The only difference is the dependency that should be pulled in.