Jérémy CROS
07/01/2024, 1:51 PMCLOVIS
07/01/2024, 2:37 PMVitor Hugo Schwaab
07/01/2024, 2:38 PMkotlin {
android()
iosX64()
iosArm64()
jvm() // Add this
}
Add actual
implementations for JVM and that's kinda it.
Run :mymodule:jvmJar
to get a JAR and have fun. It should run on a regular JVM, instead of Android. No overhead.Stylianos Gakis
07/01/2024, 2:48 PMJérémy CROS
07/01/2024, 2:55 PMCLOVIS
07/01/2024, 2:57 PMplugins {
java
}
dependencies {
implementation(project(":your-multiplatform-module"))
}
and that's it 🙂