I will add a function to the Abstractprocessor where you get the active target platform and can return true if you want to enable the processor or false if you don't. The default is every target will be enabled
fun isTargetPlatformSupported(platform: TargetPlatform) : Boolean
I will add a function to the Abstractprocessor where you get the active target platform and can return true if you want to enable the processor or false if you don't. The default is every target will be enabled
fun isTargetPlatformSupported(platform: TargetPlatform) : Boolean