Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
+3
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private final @org.jetbrains.annotations.NotNull field p: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field prop: java.lang.String
|
||||
@@ -6,6 +7,7 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class B {
|
||||
private final @org.jetbrains.annotations.NotNull field p: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field prop: java.lang.String
|
||||
@@ -14,6 +16,7 @@ public final class B {
|
||||
public final @org.jetbrains.annotations.NotNull method getProp(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ExceptionInFieldInitializerKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private @org.jetbrains.annotations.NotNull field cond1: java.lang.String
|
||||
private @org.jetbrains.annotations.NotNull field cond2: java.lang.String
|
||||
@@ -18,6 +19,7 @@ public final class A {
|
||||
public final method setCond2(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class IfElseKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private final field p: int
|
||||
private @org.jetbrains.annotations.NotNull field prop: A
|
||||
@@ -8,6 +9,7 @@ public final class A {
|
||||
public final method setProp(@org.jetbrains.annotations.NotNull p0: A): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class IncrementKt {
|
||||
private static @org.jetbrains.annotations.NotNull field globalA: A
|
||||
private static @org.jetbrains.annotations.NotNull field holder: java.lang.String
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class NegateConstantCompareKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class NegateFalseKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class NegateFalseVarKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class NegateFalseVarChainKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class NegateObjectCompKt {
|
||||
private final static @org.jetbrains.annotations.Nullable field p: java.lang.Integer
|
||||
private final static @org.jetbrains.annotations.Nullable field z: java.lang.Integer
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class NegateObjectComp2Kt {
|
||||
private final static @org.jetbrains.annotations.Nullable field p: java.lang.Integer
|
||||
private final static @org.jetbrains.annotations.Nullable field z: java.lang.Integer
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class NegateTrueKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class NegateTrueVarKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
+3
@@ -1,11 +1,14 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class B {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class NoOptimizationKt {
|
||||
private static field holder: int
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class SafeAssignKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Shape {
|
||||
private @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class SafeAssignComplexKt {
|
||||
private static @org.jetbrains.annotations.NotNull field holder: java.lang.String
|
||||
private static @org.jetbrains.annotations.Nullable field mainShape: Shape
|
||||
@@ -10,6 +11,7 @@ public final class SafeAssignComplexKt {
|
||||
public final static method setMainShape(@org.jetbrains.annotations.Nullable p0: Shape): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Shape {
|
||||
private @org.jetbrains.annotations.Nullable field innerShape: Shape
|
||||
private @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class C {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method calc(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class SafeCallAndArrayKt {
|
||||
public final static @org.jetbrains.annotations.Nullable method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private final @org.jetbrains.annotations.NotNull field _kind: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field p: java.lang.String
|
||||
@@ -6,6 +7,7 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method get_kind(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ToStringKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private final field p: int
|
||||
public method <init>(): void
|
||||
public final method getP(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class TryCatchExpressionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private final @org.jetbrains.annotations.NotNull field _kind: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field p: java.lang.String
|
||||
@@ -6,6 +7,7 @@ public final class A {
|
||||
public final @org.jetbrains.annotations.NotNull method get_kind(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class WhenKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user