If you want to use the Java Gradle plugins like application, you should move the JVM app target into its own project because 2.0.20 will emit a warning if you apply JVM targets with KMP. Also, Android application and JVM application plugin does not work in same KMP project.
Personally, I would also create a common module (aka library) and a target module for each platform, mostly because of Gradle/KMP support.