Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
@kotlin.Metadata
|
||||
public final class CollectionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static method expectUoe(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function0): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class MyCollection {
|
||||
public method <init>(): void
|
||||
public method add(p0: java.lang.Object): boolean
|
||||
|
||||
Reference in New Issue
Block a user