https://kotlinlang.org logo
Title
s

Simon Marquis

02/08/2023, 10:43 AM
:android-wave: Hi, while testing Kotlin 1.8.20-Beta, we encounter this error during Gradle's configuration phase:
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
t

tapchicoma

02/08/2023, 10:55 AM
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

Margarita Bobova

02/08/2023, 11:27 AM
We will ask Google to release a new version
z

Zac Sweers

02/08/2023, 5:33 PM
they usually release same day or the next, so hopefully shouldn’t be long