Kapt3: Write stub class files with metadata (needed for incremental compilation)

This commit is contained in:
Yan Zhulanow
2016-12-28 22:11:05 +03:00
parent 400759826f
commit 5844f3cf1b
2588 changed files with 6270 additions and 14 deletions
@@ -1,3 +1,4 @@
@kotlin.Metadata
public final class ChangeMonitorKt {
public final static method assertThatThreadDoesNotOwnMonitor(@org.jetbrains.annotations.NotNull p0: java.lang.Object): void
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
@@ -1,3 +1,4 @@
@kotlin.Metadata
public final class ExceptionInMonitorExpressionKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -1,3 +1,4 @@
@kotlin.Metadata
public final class FinallyKt {
public final static method assertThatThreadDoesNotOwnMonitor(@org.jetbrains.annotations.NotNull p0: java.lang.Object): void
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
@@ -1,3 +1,4 @@
@kotlin.Metadata
public final class LongValueKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -1,3 +1,4 @@
@kotlin.Metadata
public final class NestedDifferentObjectsKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -1,3 +1,4 @@
@kotlin.Metadata
public final class NestedSameObjectKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -1,3 +1,4 @@
@kotlin.Metadata
public enum class ExecutionType {
public final static field LOCAL: ExecutionType
public final static field NON_LOCAL_EXCEPTION: ExecutionType
@@ -11,10 +12,12 @@ public enum class ExecutionType {
public static method values(): ExecutionType[]
}
@kotlin.Metadata
public final class MyException {
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
}
@kotlin.Metadata
public final class NonLocalReturnKt {
private final static field count: int
private final static @org.jetbrains.annotations.NotNull field doneSignal: java.util.concurrent.CountDownLatch
@@ -36,6 +39,7 @@ public final class NonLocalReturnKt {
public final static @org.jetbrains.annotations.NotNull method testTemplate(@org.jetbrains.annotations.NotNull p0: ExecutionType, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function1): java.lang.String
}
@kotlin.Metadata
public final class TestLocal {
private final @org.jetbrains.annotations.NotNull field executionType: ExecutionType
private final @org.jetbrains.annotations.NotNull field name: java.lang.String
@@ -1,3 +1,4 @@
@kotlin.Metadata
public final class ObjectValueKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -1,3 +1,4 @@
@kotlin.Metadata
public final class SyncKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static method thread(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
@@ -1,3 +1,4 @@
@kotlin.Metadata
public final class ValueKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@@ -1,3 +1,4 @@
@kotlin.Metadata
public final class WaitKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}