Kapt3: Write stub class files with metadata (needed for incremental compilation)
This commit is contained in:
+4
@@ -1,21 +1,25 @@
|
||||
@kotlin.Metadata
|
||||
public final class CompanionOwner {
|
||||
public final static field Companion: CompanionOwner.Companion
|
||||
inner class CompanionOwner/Companion
|
||||
public method <init>(): void
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final static class CompanionOwner/Companion {
|
||||
inner class CompanionOwner/Companion
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method bar(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class Host {
|
||||
public final static field INSTANCE: Host
|
||||
private method <init>(): void
|
||||
public final @org.jetbrains.annotations.NotNull method foo(@org.jetbrains.annotations.NotNull p0: java.lang.String): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
public final class ObjectFunctionKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user