Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public class A {
|
||||
private final @org.jetbrains.annotations.NotNull field v: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public @org.jetbrains.annotations.NotNull method getV(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class B {
|
||||
private final @org.jetbrains.annotations.NotNull field v: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
@@ -11,6 +13,7 @@ public class B {
|
||||
public @org.jetbrains.annotations.NotNull method getV(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ThisInConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user