Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class CallableReferenceKt {
|
||||
public final static @kotlin.jvm.JvmName @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class ClashingErasureKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.util.List): java.lang.String
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
private field rwValue: int
|
||||
inner class C/Inner
|
||||
@@ -18,11 +19,13 @@ public final class C {
|
||||
public final @kotlin.jvm.JvmName method set_rwProperty(p0: int): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final static class C/Inner {
|
||||
inner class C/Inner
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ClassMembersKt {
|
||||
private final static @org.jetbrains.annotations.NotNull field ints: java.util.List
|
||||
private final static @org.jetbrains.annotations.NotNull field strs: java.util.List
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class FakePlatformNameKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+3
@@ -1,13 +1,16 @@
|
||||
@kotlin.Metadata
|
||||
@kotlin.jvm.JvmName
|
||||
public final class Bar {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
@kotlin.jvm.JvmName
|
||||
public final class Foo {
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class TestKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Vendored
+1
@@ -1,4 +1,5 @@
|
||||
@StringHolder
|
||||
@kotlin.Metadata
|
||||
public final class FileFacadeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
@kotlin.jvm.JvmName
|
||||
public final class Foo {
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class SimpleKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class FunctionNameKt {
|
||||
public final static @kotlin.jvm.JvmName @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class test/Test {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
@@ -5,6 +6,7 @@ public final class test/Test {
|
||||
public final static @org.jetbrains.annotations.NotNull method qux(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
synthetic final class test/Test__MultifileClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
+2
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class test/Test {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
synthetic final class test/Test__MultifileClassWithLocalClassKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
+2
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class test/Test {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
synthetic final class test/Test__MultifileClassWithLocalGenericKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Delegate {
|
||||
public final static field INSTANCE: Delegate
|
||||
private method <init>(): void
|
||||
@@ -5,10 +6,12 @@ public final class Delegate {
|
||||
public final method setValue(@org.jetbrains.annotations.Nullable p0: java.lang.Object, @org.jetbrains.annotations.Nullable p1: java.lang.Object, p2: boolean): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class PropertyAccessorsUseSiteKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class TestIt {
|
||||
private synthetic final static field $$delegatedProperties: kotlin.reflect.KProperty[]
|
||||
private field isFries: boolean
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class PropertyNameKt {
|
||||
private static field v: int
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
@kotlin.jvm.JvmName
|
||||
public final class test/Util {
|
||||
public final static @org.jetbrains.annotations.NotNull method bar(): java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user