Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
Vendored
+7
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class GenericMethodSignatureKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: java.lang.Class, p1: int, @org.jetbrains.annotations.NotNull p2: java.lang.Class, @org.jetbrains.annotations.NotNull p3: java.lang.String, @org.jetbrains.annotations.NotNull p4: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Params {
|
||||
private final @org.jetbrains.annotations.NotNull field expecedParamType: java.lang.String
|
||||
private final @org.jetbrains.annotations.NotNull field expectedReturnType: java.lang.String
|
||||
@@ -15,10 +17,12 @@ public final class Params {
|
||||
public final @org.jetbrains.annotations.NotNull method getParamClass(): java.lang.Class
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class TParam {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Test {
|
||||
public method <init>(): void
|
||||
public final @org.jetbrains.annotations.Nullable method test1(p0: java.lang.Object): java.lang.Object
|
||||
@@ -28,14 +32,17 @@ public final class Test {
|
||||
public final @org.jetbrains.annotations.Nullable method test5(p0: java.lang.Object): Zin
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Z {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Zin {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Zout {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user