Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
Vendored
+3
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class BoundInnerClassConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method check(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KParameter, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Outer {
|
||||
private final @org.jetbrains.annotations.NotNull field s1: java.lang.String
|
||||
inner class Outer/Inner
|
||||
@@ -10,6 +12,7 @@ public final class Outer {
|
||||
public final @org.jetbrains.annotations.NotNull method getS1(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Outer/Inner {
|
||||
private final @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field s2: java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user