https://kotlinlang.org logo
#compose
Title
# compose
d

Dmytro Bazunov

10/20/2020, 11:30 AM
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

allan.conda

10/20/2020, 12:45 PM
not enough info to help you. have you double checked the setup for compose?