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

louiscad

04/30/2020, 3:09 AM
I'm using freshly setup Compose dev10 on an existing Kolin 1.3.72 project, but compilation of the app module now fails at the `prepareDebugKotlinCompileTask`with that message:
Copy code
Execution failed for task ':some-parent-project:app-android:prepareDebugKotlinCompileTask'.
> org/jetbrains/kotlin/gradle/tasks/KotlinCompile
How can I find the root cause?
m

molikto

04/30/2020, 3:16 AM
Is there more error messages? For exmaple in Build -> Build Output (right panel) in Android Studio
l

louiscad

04/30/2020, 7:08 AM
Nothing more. The only thing I can do is get the stacktrace (running the build with
--stacktrace
.
d

dany

07/17/2020, 8:10 AM
👋 hi, late to the party but have you been able to fix it?
l

louiscad

07/17/2020, 8:36 AM
Hi, I gave up. I'll try Compose again later, probably when it's compatible with Kotlin 1.4 or when it's in alpha, and I'm not in vacation.
d

dany

07/17/2020, 8:38 AM
ok thanks. (as a side note as of today I do have the same problem; still trying to find why)
l

louiscad

07/17/2020, 8:39 AM
With latest dev version? BTW, there'll be another dev (or alpha?) version next Wednesday.
👍 1
d

dany

07/17/2020, 8:41 AM
yes;
0.1.0-dev14
I ended up disabling the task and porting its content to my local project (the task is just setting some compiler flags)
d

Dmytro Bazunov

12/04/2020, 8:27 PM
Hi was you able to solve this issue or find it cause?