Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public class A {
|
||||
private final @org.jetbrains.annotations.NotNull field field: java.lang.String
|
||||
public method <init>(): void
|
||||
@@ -5,11 +6,13 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method test$test_module(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class PublicOverrideKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method invokeOnA(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Z {
|
||||
private final @org.jetbrains.annotations.NotNull field field: java.lang.String
|
||||
public method <init>(): void
|
||||
|
||||
Reference in New Issue
Block a user