2a7dc1cc0c
This scheme will be common for all compiler plugins with K1 and K2 support: - `plugin-common` contains classes shared with K1 and K2 implementations (if any) - `plugin-k1` contains implementation for K1 compiler - `plugin-k2` contains implementation for K2 compiler - `plugin-backend` contains implementation for backend extensions (if any) - `plugin-cli` is module for registration of plugin in CLI compiler - `plugin` is a root module with tests and all submodules embedded This structure is needed to distinguish parts related to different frontends, which is needed for proper dependencies settings for Kotlin IDE plugins
59 lines
2.2 KiB
Plaintext
Vendored
59 lines
2.2 KiB
Plaintext
Vendored
@java.lang.annotation.Retention(value=RUNTIME)
|
|
@kotlin.Metadata
|
|
public annotation class AllOpen {
|
|
// source: 'annotationMembers.kt'
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class MyComponent$Companion {
|
|
// source: 'annotationMembers.kt'
|
|
synthetic final static field $$INSTANCE: MyComponent$Companion
|
|
private final static field staticProperty: int
|
|
static method <clinit>(): void
|
|
private method <init>(): void
|
|
public synthetic deprecated static @kotlin.jvm.JvmStatic method getStaticProperty$annotations(): void
|
|
public final method getStaticProperty(): int
|
|
public final @kotlin.jvm.JvmStatic method staticFun(): void
|
|
public final inner class MyComponent$Companion
|
|
}
|
|
|
|
@AllOpen
|
|
@java.lang.annotation.Retention(value=RUNTIME)
|
|
@kotlin.Metadata
|
|
public annotation class MyComponent {
|
|
// source: 'annotationMembers.kt'
|
|
public final static @org.jetbrains.annotations.NotNull field Companion: MyComponent$Companion
|
|
static method <clinit>(): void
|
|
public static method getStaticProperty(): int
|
|
public abstract method index(): int
|
|
public abstract method name(): java.lang.String
|
|
public static @kotlin.jvm.JvmStatic method staticFun(): void
|
|
public final inner class MyComponent$Companion
|
|
}
|
|
|
|
@kotlin.Metadata
|
|
public final class Plain$Companion {
|
|
// source: 'annotationMembers.kt'
|
|
synthetic final static field $$INSTANCE: Plain$Companion
|
|
private final static field staticProperty: int
|
|
static method <clinit>(): void
|
|
private method <init>(): void
|
|
public synthetic deprecated static @kotlin.jvm.JvmStatic method getStaticProperty$annotations(): void
|
|
public final method getStaticProperty(): int
|
|
public final @kotlin.jvm.JvmStatic method staticFun(): void
|
|
public final inner class Plain$Companion
|
|
}
|
|
|
|
@java.lang.annotation.Retention(value=RUNTIME)
|
|
@kotlin.Metadata
|
|
public annotation class Plain {
|
|
// source: 'annotationMembers.kt'
|
|
public final static @org.jetbrains.annotations.NotNull field Companion: Plain$Companion
|
|
static method <clinit>(): void
|
|
public static method getStaticProperty(): int
|
|
public abstract method index(): int
|
|
public abstract method name(): java.lang.String
|
|
public static @kotlin.jvm.JvmStatic method staticFun(): void
|
|
public final inner class Plain$Companion
|
|
}
|