Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
@@ -1,25 +1,30 @@
|
||||
@kotlin.Metadata
|
||||
public final class ConstructorKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method check(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KFunction): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class K {
|
||||
inner class K/Inner
|
||||
inner class K/Nested
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class K/Inner {
|
||||
synthetic final field this$0: K
|
||||
inner class K/Inner
|
||||
public method <init>(p0: K): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final static class K/Nested {
|
||||
inner class K/Nested
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Secondary {
|
||||
public method <init>(p0: int): void
|
||||
}
|
||||
|
||||
+2
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class ExtensionPropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method getExt(@org.jetbrains.annotations.NotNull p0: K): double
|
||||
public final static method setExt(@org.jetbrains.annotations.NotNull p0: K, p1: double): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class K {
|
||||
private field value: long
|
||||
public method <init>(p0: long): void
|
||||
|
||||
Vendored
+3
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class JavaFieldGetterSetterKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class TestBase {
|
||||
private field id: long
|
||||
public method <init>(): void
|
||||
@@ -9,6 +11,7 @@ public class TestBase {
|
||||
public final method setId(p0: long): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class TestChild {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
+3
@@ -1,12 +1,15 @@
|
||||
@kotlin.Metadata
|
||||
public final class JavaMethodKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public class TestBase {
|
||||
public method <init>(): void
|
||||
public final method id(): long
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class TestChild {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class FunctionsKt {
|
||||
public final static method bar(@org.jetbrains.annotations.NotNull p0: java.lang.String): int
|
||||
public final static method baz(@org.jetbrains.annotations.NotNull p0: java.lang.String): int
|
||||
@@ -5,6 +6,7 @@ public final class FunctionsKt {
|
||||
public final static method check(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KFunction): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class K {
|
||||
public method <init>(): void
|
||||
public final method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): int
|
||||
|
||||
+2
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class Foo {
|
||||
public method <init>(): void
|
||||
private final method h(p0: java.lang.Object): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class InlineReifiedFunKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
private final static method f(): int
|
||||
|
||||
Vendored
+3
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
public final static field Companion: C.Companion
|
||||
inner class C/Companion
|
||||
@@ -5,12 +6,14 @@ public final class C {
|
||||
public final static @kotlin.jvm.JvmStatic method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final static class C/Companion {
|
||||
inner class C/Companion
|
||||
private method <init>(): void
|
||||
public final @kotlin.jvm.JvmStatic method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class CompanionObjectFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+2
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class O {
|
||||
public final static field INSTANCE: O
|
||||
private method <init>(): void
|
||||
public final static @kotlin.jvm.JvmStatic method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ObjectFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
+2
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MappedClassIsEqualToClassLiteralKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class K {
|
||||
private field value: long
|
||||
public method <init>(p0: long): void
|
||||
@@ -5,6 +6,7 @@ public final class K {
|
||||
public final method setValue(p0: long): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MemberPropertyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+2
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private @org.jetbrains.annotations.NotNull field bar: java.lang.String
|
||||
public method <init>(): void
|
||||
@@ -5,6 +6,7 @@ public final class A {
|
||||
public final method setBar(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class PropertyAccessorsKt {
|
||||
private static @org.jetbrains.annotations.NotNull field foo: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class PropertyAccessorsWithJvmNameKt {
|
||||
private static @org.jetbrains.annotations.NotNull field state: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
+2
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public enum class A {
|
||||
protected method <init>(p0: java.lang.String, p1: int): void
|
||||
public static method valueOf(p0: java.lang.String): A
|
||||
public static method values(): A[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class SyntheticFieldsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+2
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class MainKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method test1(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class TestKt {
|
||||
public final static method test2(): void
|
||||
}
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class TopLevelPropertyKt {
|
||||
private static @org.jetbrains.annotations.NotNull field topLevel: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
+4
@@ -1,4 +1,5 @@
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class Anno {
|
||||
public abstract method b(): byte
|
||||
public abstract method e(): E
|
||||
@@ -11,11 +12,13 @@ public annotation class Anno {
|
||||
public abstract method zs(): Z[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class AnnotationConstructorParametersKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method tmp(): java.lang.Class[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public enum class E {
|
||||
protected method <init>(p0: java.lang.String, p1: int): void
|
||||
public static method valueOf(p0: java.lang.String): E
|
||||
@@ -23,4 +26,5 @@ public enum class E {
|
||||
}
|
||||
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class Z
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method baz(): java.lang.Object[]
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ArrayKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.util.List[]
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
+4
@@ -1,20 +1,24 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
inner class A/Inner
|
||||
inner class A/Nested
|
||||
public method <init>(p0: double, @org.jetbrains.annotations.NotNull p1: java.lang.String, @org.jetbrains.annotations.Nullable p2: A): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class A/Inner {
|
||||
synthetic final field this$0: A
|
||||
inner class A/Inner
|
||||
public method <init>(@java.lang.Synthetic p0: A, @org.jetbrains.annotations.NotNull p1: A.Nested): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final static class A/Nested {
|
||||
inner class A/Nested
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: A): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ConstructorsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
+2
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class Bar {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class GenericArrayElementTypeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method arrayOfInBar(): java.lang.Object[]
|
||||
public final static @org.jetbrains.annotations.NotNull method arrayOfInList(): java.lang.Object[]
|
||||
|
||||
Vendored
+4
@@ -1,13 +1,16 @@
|
||||
@kotlin.Metadata
|
||||
public final class InnerGenericTypeArgumentKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): Outer.Inner.Innermost
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Outer {
|
||||
inner class Outer/Inner
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Outer/Inner {
|
||||
synthetic final field this$0: Outer
|
||||
inner class Outer/Inner
|
||||
@@ -15,6 +18,7 @@ public final class Outer/Inner {
|
||||
public method <init>(p0: Outer): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Outer/Inner/Innermost {
|
||||
synthetic final field this$0: Outer.Inner
|
||||
inner class Outer/Inner
|
||||
|
||||
+3
@@ -1,12 +1,15 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method foo(@org.jetbrains.annotations.Nullable p0: java.lang.Long): long
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MemberFunctionsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class O {
|
||||
public final static field INSTANCE: O
|
||||
private method <init>(): void
|
||||
|
||||
Vendored
+3
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method bar(p0: long): int
|
||||
@@ -5,10 +6,12 @@ public final class A {
|
||||
public synthetic method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface I {
|
||||
public abstract @org.jetbrains.annotations.NotNull method foo(): java.lang.Object
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class OverrideAnyWithPrimitiveKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
+3
@@ -1,11 +1,14 @@
|
||||
@kotlin.Metadata
|
||||
public final class Bar {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Foo {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ParameterizedTypeArgumentKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method fooOfInBar(): Foo
|
||||
|
||||
+3
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private field foo: java.util.List
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.util.List): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class O {
|
||||
public final static field INSTANCE: O
|
||||
private static field bar: java.util.List
|
||||
@@ -10,6 +12,7 @@ public final class O {
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method bar$annotations(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ParameterizedTypesKt {
|
||||
public final static method assertGenericType(@org.jetbrains.annotations.NotNull p0: kotlin.reflect.KType): void
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
+3
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private field foo: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class O {
|
||||
public final static field INSTANCE: O
|
||||
private static field bar: java.lang.String
|
||||
@@ -10,6 +12,7 @@ public final class O {
|
||||
private synthetic deprecated static @kotlin.jvm.JvmStatic method bar$annotations(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class PropertyAccessorsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+5
@@ -1,15 +1,20 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface Interface
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface Interface2
|
||||
|
||||
@kotlin.Metadata
|
||||
public class Klass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class SupertypesKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class TopLevelFunctionsKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method extension(@org.jetbrains.annotations.NotNull p0: java.lang.Object): void
|
||||
|
||||
+2
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
public final method foo(p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class TypeParametersKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class UnitKt {
|
||||
private static @org.jetbrains.annotations.NotNull field bar: kotlin.Unit
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class WithNullabilityKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method nonNull(): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user