Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
Vendored
+3
@@ -1,3 +1,4 @@
|
||||
@kotlin.Metadata
|
||||
public class K {
|
||||
public method <init>(): void
|
||||
private final method privateMemberExtensionK(@org.jetbrains.annotations.NotNull p0: java.lang.Object): void
|
||||
@@ -6,12 +7,14 @@ public class K {
|
||||
public final method publicMemberK(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class KKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method check(@org.jetbrains.annotations.NotNull p0: java.util.Collection, @org.jetbrains.annotations.NotNull p1: java.util.Set): void
|
||||
public final static @org.jetbrains.annotations.NotNull method names(@org.jetbrains.annotations.NotNull p0: java.util.Collection): java.util.Set
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class L {
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user