KAPT: Skip importing java.lang.System in the stubs

This fixes KT-43117
This commit is contained in:
Nicklas Ansman Giertz
2022-09-15 16:39:42 -04:00
committed by Alexander Udalov
parent b009ee3744
commit 22ab43838b
137 changed files with 3 additions and 816 deletions
@@ -1,5 +1,3 @@
import java.lang.System;
@kotlin.Metadata()
public abstract class Base {
@@ -17,8 +15,6 @@ public abstract class Base {
////////////////////
import java.lang.System;
@kotlin.Metadata()
public final class Impl extends Base {