Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class FinallyAndFinallyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test1(): MyString
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MyString {
|
||||
private @org.jetbrains.annotations.NotNull field s: java.lang.String
|
||||
public method <init>(): void
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt3549Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test1(): java.lang.String
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt3706Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method f(): int
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt3867Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method fail(): int
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt3874Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test1(): java.lang.String
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt3894Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test1(): MyString
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MyString {
|
||||
private @org.jetbrains.annotations.NotNull field s: java.lang.String
|
||||
public method <init>(): void
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt4134Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method io(p0: java.lang.Object, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): java.lang.Object
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class LoopAndFinallyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test1(): MyString
|
||||
@@ -5,6 +6,7 @@ public final class LoopAndFinallyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method test3(): MyString
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MyString {
|
||||
private @org.jetbrains.annotations.NotNull field s: java.lang.String
|
||||
public method <init>(): void
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class NotChainCatchKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method runtimeEx(): void
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class TryFinallyKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method runtimeEx(): void
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class MyString {
|
||||
private @org.jetbrains.annotations.NotNull field s: java.lang.String
|
||||
public method <init>(): void
|
||||
@@ -7,6 +8,7 @@ public final class MyString {
|
||||
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class TryLoopTryKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test1(): MyString
|
||||
|
||||
Reference in New Issue
Block a user