FutureMind/koru

Remove makeSureCompilationIsRunAfterKsp from compiler plugin if possible

micHar opened this issue · 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.