Cannot locate tasks that match ':composeApp:compil...
# compose
a
Cannot locate tasks that match 'composeAppcompileJava' as task 'compileJava' is ambiguous in project ':composeApp'. Candidates are: 'compileDebugAndroidTestJavaWithJavac', 'compileDebugJavaWithJavac', 'compileDebugUnitTestJavaWithJavac', 'compileReleaseJavaWithJavac', 'compileReleaseUnitTestJavaWithJavac'.
c
Is there a question connected to this?
a
I am unable to run the desktop app
I get this error msg
c
use the
run
task. in your desktop module. looks like you start it from root and these are all the compile tasks from android.
a
How ??
c
😅 many possibilities. maybe start here https://www.jetbrains.com/help/idea/work-with-gradle-tasks.html
a
Okay thanks
c
there are also command line tools like
gradle wrapper
https://docs.gradle.org/current/userguide/gradle_wrapper.html
446 Views