Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Outer {
|
||||
private final @org.jetbrains.annotations.NotNull field s: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field x: Outer.InnerDerived
|
||||
@@ -8,6 +9,7 @@ public final class Outer {
|
||||
public final @org.jetbrains.annotations.NotNull method getX(): Outer.InnerDerived
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class Outer/InnerBase {
|
||||
private final @org.jetbrains.annotations.NotNull field name: java.lang.String
|
||||
synthetic final field this$0: Outer
|
||||
@@ -16,12 +18,14 @@ public class Outer/InnerBase {
|
||||
public final @org.jetbrains.annotations.NotNull method getName(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Outer/InnerDerived {
|
||||
synthetic final field this$0: Outer
|
||||
inner class Outer/InnerDerived
|
||||
public method <init>(p0: Outer): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class PropertyInInitializerKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user