Hello all, can I setup a Multiplatform lib with a ...
# multiplatform
a
Hello all, can I setup a Multiplatform lib with a jvm target where,
jvmMain
contains kotlin code, while
jvmTest
contains kotlin and java code? andy gradle sample?
After toying with gradle i found out using
withJava
solves this