@coletz In Kotlin 1.3.x Multiplatform projects, you can't add both an Android target and a JVM target with Java support in the same Gradle subproject. You can only have one of them (or an Android target and a JVM target without Java support). You are free to do so in different modules, though.