You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we don't have a dedicated attr for that and the existing kotlinc opts are not supporting -P it's impossible to pass those options to the KSP plugin.
We probably would want to allow declaring the options on both target and processor level.
The text was updated successfully, but these errors were encountered:
In general , yes, since kotlinc will throw on unknown options, but in the case of apoptions it simply going to split by = and pass down the key values.
KSP offers a way to pass options to processors, its done with the -P flag, for example:
Since we don't have a dedicated attr for that and the existing kotlinc opts are not supporting -P it's impossible to pass those options to the KSP plugin.
We probably would want to allow declaring the options on both target and processor level.
The text was updated successfully, but these errors were encountered: