Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
+3
@@ -1,11 +1,14 @@
|
||||
@kotlin.Metadata
|
||||
public final class BoxKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Wrapped2Kt {
|
||||
public final static @org.jetbrains.annotations.NotNull method getWrapped2(): java.lang.Runnable
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class WrappedKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method getWrapped1(): java.lang.Runnable
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user