All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.seskar.compiler.common.extensions.JsCompilerPluginRegistrar.kt Maven / Gradle / Ivy

There is a newer version: 3.32.0
Show newest version
package seskar.compiler.common.extensions

import org.jetbrains.kotlin.compiler.plugin.CompilerPluginRegistrar

abstract class JsCompilerPluginRegistrar : CompilerPluginRegistrar() {
    final override val supportsK2: Boolean = true
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy