John Lutteringer
03/25/2019, 6:21 AMr4zzz4k
03/25/2019, 7:33 AMjvm target works only with Kotlin source code, similar to js and native targets. There is a deprecated undocumented target called jvmWithJava, which might suit you, bur it's future is vague. The other way might be to separate your Kotlin+Java code into two separate modules, kotlin-multirplatform + java-library, but this, of course, will be plausible only if the code is not awfully tangled.GarouDan
03/25/2019, 1:26 PM