Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
+2
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class Test {
|
||||
public method <init>(): void
|
||||
public final method box(): int
|
||||
private final method self(@org.jetbrains.annotations.NotNull p0: java.lang.Object): Test$self$1
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ThisMethodInObjectLiteralKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user