https://kotlinlang.org logo
#eap
Title
# eap
z

Zac Sweers

09/19/2023, 6:11 PM
I see this warning in plain JVM projects, with no KMP configuration that I'm aware of. Is there a way to better diagnose where it's coming from, or worth a FR to make this message more actionable?
Copy code
w: `KotlinCompilation.source(KotlinSourceSet)` method is deprecated 
and will be removed in upcoming Kotlin releases.

See <https://kotl.in/compilation-source-deprecation> for details.
h

hfhbd

09/19/2023, 7:07 PM
Do you use ksp? I get this message when I apply then ksp plugin.
z

Zac Sweers

09/19/2023, 7:15 PM
yep there's KSP
r

Rick Clephas

09/20/2023, 9:56 AM
That’s indeed caused by KSP: https://github.com/google/ksp/issues/1529
👍 1
👍🏼 1