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 test/Test {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method getX(): int
|
||||
@@ -6,11 +7,13 @@ public final class test/Test {
|
||||
public final static method getZ(p0: int): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
synthetic final class test/Test__Test1Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method getX(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
synthetic final class test/Test__Test2Kt {
|
||||
public final static method getY(): int
|
||||
public synthetic static method getZ$default(p0: int, p1: int, p2: java.lang.Object): int
|
||||
|
||||
+3
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class test/Test {
|
||||
public final static field MAGIC_NUMBER: int
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
@@ -6,6 +7,7 @@ public final class test/Test {
|
||||
public final static method setX(p0: int): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
synthetic final class test/Test__Test1Kt {
|
||||
private static field x: int
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
@@ -13,6 +15,7 @@ synthetic final class test/Test__Test1Kt {
|
||||
public final static method setX(p0: int): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
synthetic final class test/Test__Test2Kt {
|
||||
private final static field y: int
|
||||
public final static method getY(): int
|
||||
|
||||
Vendored
+3
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class test/Test {
|
||||
public final static @org.jetbrains.annotations.NotNull field y: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
@@ -9,6 +10,7 @@ public final class test/Test {
|
||||
public final static method testZ(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
synthetic final class test/Test___1Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method testX(): void
|
||||
@@ -16,6 +18,7 @@ synthetic final class test/Test___1Kt {
|
||||
public final static method testZ(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
synthetic final class test/Test___2Kt {
|
||||
private final static @org.jetbrains.annotations.NotNull field refZ: kotlin.reflect.KProperty0
|
||||
private static @org.jetbrains.annotations.NotNull field x: java.lang.String
|
||||
|
||||
Reference in New Issue
Block a user