kotlin
kotlin copied to clipboard
KAPT: Skip importing java.lang.System in the stubs
It seems that KAPT was intentionally adding the import so that there was at least one import but I don't see a reason for this and the tests still pass as far as I can see. Seems that @yanex added the original code so maybe they knows?
Merged with a minor update in tests. Thank you!