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,7 +1,9 @@
@kotlin.Metadata
public final class AnnotatedEnumEntryKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
}
@kotlin.Metadata
public enum class E {
public final static @First field E1: E
public final static @Second field E2: E
@@ -12,6 +14,7 @@ public enum class E {
}
@First
@kotlin.Metadata
final static class E/E1 {
inner class E/E1
method <init>(p0: java.lang.String, p1: int): void
@@ -20,10 +23,12 @@ final static class E/E1 {
@kotlin.annotation.Retention
@java.lang.annotation.Retention
@kotlin.Metadata
public annotation class First
@kotlin.annotation.Retention
@java.lang.annotation.Retention
@kotlin.Metadata
public annotation class Second {
public abstract method value(): java.lang.String
}