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 BooleanKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method checkLess(p0: boolean, p1: boolean): java.lang.String
@@ -1,5 +1,7 @@
@kotlin.Metadata
public interface A
@kotlin.Metadata
public final class B {
private final field x: int
public method <init>(p0: int): void
@@ -8,6 +10,7 @@ public final class B {
public final method getX(): int
}
@kotlin.Metadata
public final class ComparableKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method checkLess(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: A): java.lang.String
@@ -1,3 +1,4 @@
@kotlin.Metadata
public final class DoubleIntKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method checkLess(p0: double, p1: int): java.lang.String
@@ -1,3 +1,4 @@
@kotlin.Metadata
public final class DoubleLongKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method checkLess(p0: double, p1: long): java.lang.String
@@ -1,3 +1,4 @@
@kotlin.Metadata
public final class ExtensionArrayKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method checkLess(@org.jetbrains.annotations.NotNull p0: java.lang.Integer[], @org.jetbrains.annotations.NotNull p1: java.lang.Integer[]): java.lang.String
@@ -1,9 +1,11 @@
@kotlin.Metadata
public final class A {
private final field x: int
public method <init>(p0: int): void
public final method getX(): int
}
@kotlin.Metadata
public final class ExtensionObjectKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method checkLess(@org.jetbrains.annotations.NotNull p0: A, @org.jetbrains.annotations.NotNull p1: A): java.lang.String
@@ -1,3 +1,4 @@
@kotlin.Metadata
public final class IntDoubleKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method checkLess(p0: int, p1: double): java.lang.String
@@ -1,3 +1,4 @@
@kotlin.Metadata
public final class IntLongKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method checkLess(p0: int, p1: long): java.lang.String
@@ -1,3 +1,4 @@
@kotlin.Metadata
public final class LongDoubleKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method checkLess(p0: long, p1: double): java.lang.String
@@ -1,3 +1,4 @@
@kotlin.Metadata
public final class LongIntKt {
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
public final static @org.jetbrains.annotations.NotNull method checkLess(p0: long, p1: int): java.lang.String