Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
+2
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class JavaClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Klass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
+2
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class CallableReferencesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method checkEquals(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KCallable, @org.jetbrains.annotations.NotNull p1: kotlin.reflect.KCallable): void
|
||||
public final static method checkToString(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KCallable, @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class M {
|
||||
private final field bar: int
|
||||
public method <init>(): void
|
||||
|
||||
+2
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class ClassReferenceKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method check(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KClass): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class M {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class PrimitiveJavaClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method check(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: java.lang.Class): void
|
||||
|
||||
Vendored
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Box {
|
||||
private final @org.jetbrains.annotations.NotNull field value: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
@@ -10,6 +11,7 @@ public final class Box {
|
||||
public method toString(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class PropertyGetSetNameKt {
|
||||
private static @org.jetbrains.annotations.NotNull field pr: Box
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
Vendored
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private @org.jetbrains.annotations.NotNull field mutable: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field readonly: java.lang.String
|
||||
@@ -7,6 +8,7 @@ public final class A {
|
||||
public final method setMutable(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class PropertyInstanceofKt {
|
||||
private static @org.jetbrains.annotations.NotNull field mutable: java.lang.String
|
||||
private final static @org.jetbrains.annotations.NotNull field readonly: java.lang.String
|
||||
|
||||
Vendored
+2
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class Klass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ReifiedTypeJavaClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
private final static method simpleName(): java.lang.String
|
||||
|
||||
Vendored
+2
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class Klass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class SimpleClassLiteralsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user