Hello guys, I am trying to setup kotest in the com...
# kotest
e
Hello guys, I am trying to setup kotest in the commonTest of a KMM project. But getting this error when I try to run the test:
Copy code
Cannot locate tasks that match ':compose-ui:compileJava' as task 'compileJava' is ambiguous in project ':compose-ui'. Candidates are: 'compileDebugAndroidTestJavaWithJavac', 'compileDebugJavaWithJavac', 'compileDebugUnitTestJavaWithJavac', 'compileReleaseJavaWithJavac', 'compileReleaseUnitTestJavaWithJavac'.
I am using Android Studio Iguana | 2023.2.1 RC 2. Is there any workaround to make it work?