Exception during build
Once installed, attempting to build generates this exception. It looks to me like the plugin has not been updated to current gradle or kmp versions.
java.lang.NoSuchFieldError: Class org.jetbrains.kotlin.config.JVMConfigurationKeys does not have member field 'org.jetbrains.kotlin.config.CompilerConfigurationKey IR' at io.github.tabilzad.ktor.KtorMetaPluginRegistrar.registerExtensions(KtorMetaPluginRegistrar.kt:26) at org.jetbrains.kotlin.cli.jvm.compiler.KotlinCoreEnvironment$Companion.registerExtensionsFromPlugins$cli_base(KotlinCoreEnvironment.kt:768)
It looks like 0.8.2-alpha may have resolved this. I'll close the ticket once i can confirm.
yep, the IR configuration key has been removed starting from v0.8.0 - once the kotlin compiler was updated.
Closing, please re-open if you can repro on latest version