Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
+1
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class ExecutionOrderKt {
|
||||
private static @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt1061Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class X {
|
||||
public final static field INSTANCE: X
|
||||
private final static @org.jetbrains.annotations.NotNull field doit: kotlin.jvm.functions.Function1
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt1249Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class TestClass {
|
||||
private final @org.jetbrains.annotations.NotNull field body: kotlin.jvm.functions.Function0
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Foo {
|
||||
private final @org.jetbrains.annotations.NotNull field filter: kotlin.jvm.functions.Function1
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): void
|
||||
@@ -5,6 +6,7 @@ public final class Foo {
|
||||
public final @org.jetbrains.annotations.NotNull method getFilter(): kotlin.jvm.functions.Function1
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt1290Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(): boolean
|
||||
|
||||
@@ -1,18 +1,22 @@
|
||||
@kotlin.Metadata
|
||||
public interface Expr {
|
||||
inner class Expr/DefaultImpls
|
||||
public abstract method ttFun(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Expr/DefaultImpls {
|
||||
inner class Expr/DefaultImpls
|
||||
public static method ttFun(p0: Expr): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt1776Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method sometest(@org.jetbrains.annotations.NotNull p0: Expr): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Num {
|
||||
private final field value: int
|
||||
public method <init>(p0: int): void
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt1953Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
private final field sb: java.lang.StringBuilder
|
||||
public method <init>(): void
|
||||
@@ -5,6 +6,7 @@ public final class A {
|
||||
public final method unaryPlus(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt1953_classKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class Doggy {
|
||||
public method <init>(): void
|
||||
public method play(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt3285Kt {
|
||||
private static @org.jetbrains.annotations.NotNull field sayResult: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
@@ -11,11 +13,13 @@ public final class Kt3285Kt {
|
||||
public final static method setSayResult(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class NoiseMaker {
|
||||
public method <init>(): void
|
||||
public final method say(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public abstract class Pet {
|
||||
public method <init>(): void
|
||||
public abstract method play(): void
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Foo {
|
||||
public final static field INSTANCE: Foo
|
||||
private method <init>(): void
|
||||
@@ -5,6 +6,7 @@ public final class Foo {
|
||||
private final method unaryPlus(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt3298Kt {
|
||||
private static @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class Foo {
|
||||
private final field a: int
|
||||
public method <init>(): void
|
||||
public final method getA(): int
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt3646Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method test(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): int
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt3969Kt {
|
||||
private static @org.jetbrains.annotations.NotNull field result: java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -1,14 +1,17 @@
|
||||
@kotlin.Metadata
|
||||
public final class A {
|
||||
public final static field Companion: A.Companion
|
||||
inner class A/Companion
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final static class A/Companion {
|
||||
inner class A/Companion
|
||||
private method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Kt4228Kt {
|
||||
private final static @org.jetbrains.annotations.NotNull field foo: kotlin.jvm.functions.Function1
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt475Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method getLast(@org.jetbrains.annotations.NotNull p0: java.util.ArrayList): java.lang.Object
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt5467Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
|
||||
@@ -1,20 +1,25 @@
|
||||
@kotlin.Metadata
|
||||
public interface kt606/ChannelPipeline {
|
||||
public abstract method print(@org.jetbrains.annotations.NotNull p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public interface kt606/ChannelPipelineFactory {
|
||||
public abstract @org.jetbrains.annotations.NotNull method getPipeline(): kt606.ChannelPipeline
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class kt606/DefaultChannelPipeline {
|
||||
public method <init>(): void
|
||||
public method print(@org.jetbrains.annotations.NotNull p0: java.lang.Object): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class kt606/Kt606Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class kt606/StandardPipelineFactory {
|
||||
private final @org.jetbrains.annotations.NotNull field config: kotlin.jvm.functions.Function1
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function1): void
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
@kotlin.Metadata
|
||||
public final class Kt865Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Template {
|
||||
private final @org.jetbrains.annotations.NotNull field collected: java.util.ArrayList
|
||||
public method <init>(): void
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Nested2Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class SharedKt {
|
||||
public final static method assert(@org.jetbrains.annotations.NotNull p0: java.lang.String, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function0): void
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class SimpleKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method first(@org.jetbrains.annotations.NotNull p0: java.lang.StringBuilder): char
|
||||
|
||||
+2
@@ -1,9 +1,11 @@
|
||||
@kotlin.Metadata
|
||||
public final class Test {
|
||||
public method <init>(): void
|
||||
public final method box(): int
|
||||
private final method self(@org.jetbrains.annotations.NotNull p0: java.lang.Object): Test$self$1
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ThisMethodInObjectLiteralKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class Handler {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method getPath(@org.jetbrains.annotations.NotNull p0: Request): java.lang.String
|
||||
@@ -5,12 +6,14 @@ public final class Handler {
|
||||
public final method times(p0: int, @org.jetbrains.annotations.NotNull p1: kotlin.jvm.functions.Function0): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Request {
|
||||
private final @org.jetbrains.annotations.NotNull field path: java.lang.String
|
||||
public method <init>(@org.jetbrains.annotations.NotNull p0: java.lang.String): void
|
||||
public final @org.jetbrains.annotations.NotNull method getPath(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class VirtualKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public final class WhenFailKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method foo(@org.jetbrains.annotations.NotNull p0: java.lang.StringBuilder): int
|
||||
|
||||
Reference in New Issue
Block a user