[Atomicfu] Make Atomicfu compatible with K2
Atomicfu is backend-only plugin, so it compatible with both frontends
This commit is contained in:
committed by
teamcity
parent
259862d294
commit
0f757c300a
+3
@@ -27,6 +27,9 @@ class AtomicfuComponentRegistrar : ComponentRegistrar {
|
||||
registerExtensions(project)
|
||||
}
|
||||
|
||||
override val supportsK2: Boolean
|
||||
get() = true
|
||||
|
||||
companion object {
|
||||
fun registerExtensions(project: Project) {
|
||||
IrGenerationExtension.registerExtension(project, AtomicfuLoweringExtension()) }
|
||||
|
||||
Reference in New Issue
Block a user