koru
koru copied to clipboard
Remove makeSureCompilationIsRunAfterKsp from compiler plugin if possible
This part of compiler plugin should not be required theoretically. ksp for common code should always run before ios targets compilation and generally speaking it's a bad idea to hardcode compile task names. If it doesn't work for any reason, we might want to resort to sth else than hardcoding.