John O'Reilly
02/26/2023, 10:29 AMmain
function that's in code in jvmMain
in kotlin multiplatform module in stable Android Studio but not in IntelliJ or AS Canary for that matter?Cannot locate tasks that match ':shared:compileJava' as task 'compileJava' is ambiguous in project ':shared'. Candidates are: 'compileDebugAndroidTestJavaWithJavac', 'compileDebugJavaWithJavac', 'compileDebugUnitTestJavaWithJavac', 'compileReleaseJavaWithJavac', 'compileReleaseUnitTestJavaWithJavac'.
compileKotlinJvm
gradle taskKonstantin Tskhovrebov
02/27/2023, 9:34 AM