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.