koru icon indicating copy to clipboard operation
koru copied to clipboard

Remove makeSureCompilationIsRunAfterKsp from compiler plugin if possible

Open micHar opened this issue 3 years ago • 0 comments

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.

micHar avatar Aug 19 '22 06:08 micHar