ralf
11/22/2024, 7:37 PMkspExtension.useKsp2
. This API is experimental and to suppress the warning I must import @KspExperimental
. For that I need to import com.google.devtools.ksp:symbol-processing-api:
, which imports the whole AST API into my Gradle plugin. This isn’t great.jw
11/22/2024, 7:38 PMralf
11/22/2024, 7:46 PM