:android-wave: Hi, while testing Kotlin 1.8.20-Bet...
# eap
s
đź‘‹ Hi, while testing Kotlin 1.8.20-Beta, we encounter this error during Gradle's configuration phase:
Copy code
Failed to notify project evaluation listener.

* Exception is:	
org.gradle.api.ProjectConfigurationException: A problem occurred configuring project ':app'.
[...]
Caused by: org.gradle.internal.event.ListenerNotificationException: Failed to notify project evaluation listener.
[...]
Caused by: java.lang.ClassNotFoundException: org.jetbrains.kotlin.gradle.plugin.mpp.pm20.KotlinCompilationData
Here is a link to the corresponding Gradle scan: https://scans.gradle.com/s/prh6uvc24qqs6
same 1
âś… 1
đź‘€ 2
t
KotlinCompilationData
was removed in
1.8.20
by @Sebastian Sellmair [JB]
I would say KSP should release a new version compatible with 1.8.20
m
We will ask Google to release a new version
z
they usually release same day or the next, so hopefully shouldn’t be long
272 Views