Hi, i try to integrate compose in production proje...
# compose
d
Hi, i try to integrate compose in production project to test it. When i try to build project i got :
Copy code
Execution failed for task ':app:prepareDevDebugKotlinCompileTask'.
> org/jetbrains/kotlin/gradle/tasks/KotlinCompile
Exception says:
Copy code
Caused by: java.lang.NoClassDefFoundError: org/jetbrains/kotlin/gradle/tasks/KotlinCompile
	at com.android.build.gradle.tasks.PrepareKotlinCompileTask.doTaskAction(PrepareKotlinCompileTask.kt:71)
Maybe someone got similar issue or knows how to fix it?
a
not enough info to help you. have you double checked the setup for compose?