In my KSP processor, how do I tell if my current t...
# ksp
m
In my KSP processor, how do I tell if my current target is a native android target vs a wasm target vs a regular native target? I couldn't find anything on SymbolProcessorEnvironment providing that information
r
You can't, but there are workarounds possible: check discussion https://github.com/google/ksp/pull/1021
m
I see your solution relies on the sourceset name rather than its type, is there any way around this until #1021 is merged?