Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
@@ -1,14 +1,17 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class test/Ann {
|
||||
public abstract method c1(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class test/CharKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@test.Ann
|
||||
@kotlin.Metadata
|
||||
public final class test/MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class Ann {
|
||||
public abstract method b(): byte
|
||||
public abstract method i(): int
|
||||
@@ -7,11 +8,13 @@ public annotation class Ann {
|
||||
public abstract method s(): short
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class DivideKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@Ann
|
||||
@kotlin.Metadata
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): int
|
||||
public abstract method p2(): short
|
||||
@@ -9,6 +10,7 @@ public annotation class Ann {
|
||||
public abstract method p6(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class IntrinsicsKt {
|
||||
private final static field prop1: int
|
||||
private final static field prop2: short
|
||||
@@ -26,6 +28,7 @@ public final class IntrinsicsKt {
|
||||
}
|
||||
|
||||
@Ann
|
||||
@kotlin.Metadata
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public abstract class BaseClass {
|
||||
private final field menuId: int
|
||||
public method <init>(): void
|
||||
@@ -5,12 +6,14 @@ public abstract class BaseClass {
|
||||
public final @org.jetbrains.annotations.NotNull method run(): kotlin.Pair
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ImplClass {
|
||||
private final field menuId: int
|
||||
public method <init>(): void
|
||||
protected method getMenuId(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt9443Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): int
|
||||
public abstract method p2(): int
|
||||
@@ -9,11 +10,13 @@ public annotation class Ann {
|
||||
public abstract method p6(): long
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MaxValueKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@Ann
|
||||
@kotlin.Metadata
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): int
|
||||
public abstract method p2(): byte
|
||||
@@ -7,11 +8,13 @@ public annotation class Ann {
|
||||
public abstract method p5(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MaxValueByteKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@Ann
|
||||
@kotlin.Metadata
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): int
|
||||
public abstract method p2(): int
|
||||
@@ -7,11 +8,13 @@ public annotation class Ann {
|
||||
public abstract method p5(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MaxValueIntKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@Ann
|
||||
@kotlin.Metadata
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): byte
|
||||
public abstract method p2(): short
|
||||
@@ -9,6 +10,7 @@ public annotation class Ann {
|
||||
public abstract method p6(): float
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MinusKt {
|
||||
private final static field prop1: byte
|
||||
private final static field prop2: short
|
||||
@@ -26,6 +28,7 @@ public final class MinusKt {
|
||||
}
|
||||
|
||||
@Ann
|
||||
@kotlin.Metadata
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): byte
|
||||
public abstract method p2(): short
|
||||
@@ -9,6 +10,7 @@ public annotation class Ann {
|
||||
public abstract method p6(): float
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ModKt {
|
||||
private final static field prop1: byte
|
||||
private final static field prop2: short
|
||||
@@ -26,6 +28,7 @@ public final class ModKt {
|
||||
}
|
||||
|
||||
@Ann
|
||||
@kotlin.Metadata
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): byte
|
||||
public abstract method p2(): short
|
||||
@@ -9,6 +10,7 @@ public annotation class Ann {
|
||||
public abstract method p6(): float
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MultiplyKt {
|
||||
private final static field prop1: byte
|
||||
private final static field prop2: short
|
||||
@@ -26,6 +28,7 @@ public final class MultiplyKt {
|
||||
}
|
||||
|
||||
@Ann
|
||||
@kotlin.Metadata
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): byte
|
||||
public abstract method p2(): short
|
||||
@@ -10,10 +11,12 @@ public annotation class Ann {
|
||||
}
|
||||
|
||||
@Ann
|
||||
@kotlin.Metadata
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ParenthesizedKt {
|
||||
private final static field prop1: byte
|
||||
private final static field prop2: short
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): byte
|
||||
public abstract method p2(): short
|
||||
@@ -10,10 +11,12 @@ public annotation class Ann {
|
||||
}
|
||||
|
||||
@Ann
|
||||
@kotlin.Metadata
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class PlusKt {
|
||||
private final static field prop1: byte
|
||||
private final static field prop2: short
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): int
|
||||
public abstract method p2(): int
|
||||
@@ -9,10 +10,12 @@ public annotation class Ann {
|
||||
}
|
||||
|
||||
@Ann
|
||||
@kotlin.Metadata
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class SimpleCallBinaryKt {
|
||||
public final static field prop1: int
|
||||
public final static field prop2: int
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): byte
|
||||
public abstract method p2(): short
|
||||
@@ -10,10 +11,12 @@ public annotation class Ann {
|
||||
}
|
||||
|
||||
@Ann
|
||||
@kotlin.Metadata
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class UnaryMinusKt {
|
||||
public final static field prop1: byte
|
||||
public final static field prop2: short
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@kotlin.annotation.Retention
|
||||
@java.lang.annotation.Retention
|
||||
@kotlin.Metadata
|
||||
public annotation class Ann {
|
||||
public abstract method p1(): byte
|
||||
public abstract method p2(): short
|
||||
@@ -10,10 +11,12 @@ public annotation class Ann {
|
||||
}
|
||||
|
||||
@Ann
|
||||
@kotlin.Metadata
|
||||
public final class MyClass {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class UnaryPlusKt {
|
||||
public final static field prop1: byte
|
||||
public final static field prop2: short
|
||||
|
||||
Reference in New Issue
Block a user