Cicero
11/30/2020, 1:50 PMSam
11/30/2020, 2:07 PMCicero
11/30/2020, 2:08 PMSam
11/30/2020, 3:00 PMjvmMain/kotlin/com.myproj
and jvmTest/kotlin/com.myproj
folder structure in the same folder that has your common and android folders. Here’s the part of my gradle file with the jvm target using kts.
kotlin {
jvm()
android()
You can invoke it from the command line with ./gradlew mymodule:jvmTest
or through IntelliJ