Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
@kotlin.Metadata
|
||||
public final class TraitWithPrivateMemberKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface Z {
|
||||
inner class Z/DefaultImpls
|
||||
public abstract @org.jetbrains.annotations.NotNull method testFun(): java.lang.String
|
||||
public abstract @org.jetbrains.annotations.NotNull method testProperty(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Z/DefaultImpls {
|
||||
inner class Z/DefaultImpls
|
||||
private static method getPrivateProp(p0: Z): java.lang.String
|
||||
@@ -16,6 +19,7 @@ public final class Z/DefaultImpls {
|
||||
public static @org.jetbrains.annotations.NotNull method testProperty(p0: Z): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Z2 {
|
||||
public final static field INSTANCE: Z2
|
||||
private method <init>(): void
|
||||
|
||||
Reference in New Issue
Block a user