Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class test/EnumInheritedFromTraitKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract enum class test/MyEnum {
|
||||
public final static field E1: test.MyEnum
|
||||
public final static field E2: test.MyEnum
|
||||
@@ -12,18 +14,21 @@ public abstract enum class test/MyEnum {
|
||||
public static method values(): test.MyEnum[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
final static class test/MyEnum/E1 {
|
||||
inner class test/MyEnum/E1
|
||||
method <init>(p0: java.lang.String, p1: int): void
|
||||
public @org.jetbrains.annotations.NotNull method f(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
final static class test/MyEnum/E2 {
|
||||
inner class test/MyEnum/E2
|
||||
method <init>(p0: java.lang.String, p1: int): void
|
||||
public @org.jetbrains.annotations.NotNull method f(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface test/T {
|
||||
public abstract @org.jetbrains.annotations.NotNull method f(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user