Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user