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