Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class test/FieldKt {
|
||||
private final static field noMangling: int
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method getNoMangling(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class test/Z {
|
||||
private field noMangling: int
|
||||
public method <init>(): void
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class test/FunKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method noMangling(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class test/Z {
|
||||
public method <init>(): void
|
||||
public final method mangled$test_module(): int
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public class A {
|
||||
private final @org.jetbrains.annotations.NotNull field field: java.lang.String
|
||||
public method <init>(): void
|
||||
@@ -5,11 +6,13 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method test$test_module(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class InternalOverrideKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method invokeOnA(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Z {
|
||||
private final @org.jetbrains.annotations.NotNull field field: java.lang.String
|
||||
public method <init>(): void
|
||||
|
||||
+3
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public class A {
|
||||
private final @org.jetbrains.annotations.NotNull field field: java.lang.String
|
||||
public method <init>(): void
|
||||
@@ -5,10 +6,12 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method test$test_module(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class InternalOverrideSuperCallKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Z {
|
||||
private final @org.jetbrains.annotations.NotNull field field: java.lang.String
|
||||
public method <init>(): void
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public class A {
|
||||
public method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method test$test_module(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class TestKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public class A {
|
||||
private final @org.jetbrains.annotations.NotNull field field: java.lang.String
|
||||
public method <init>(): void
|
||||
@@ -5,11 +6,13 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method test$test_module(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class PublicOverrideKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method invokeOnA(@org.jetbrains.annotations.NotNull p0: A): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Z {
|
||||
private final @org.jetbrains.annotations.NotNull field field: java.lang.String
|
||||
public method <init>(): void
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public class A {
|
||||
private final @org.jetbrains.annotations.NotNull field field: java.lang.String
|
||||
public method <init>(): void
|
||||
@@ -5,10 +6,12 @@ public class A {
|
||||
public @org.jetbrains.annotations.NotNull method test$test_module(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class PublicOverrideSuperCallKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Z {
|
||||
private final @org.jetbrains.annotations.NotNull field field: java.lang.String
|
||||
public method <init>(): void
|
||||
|
||||
Reference in New Issue
Block a user