KTIJ-32221 [kotlin] Keep the KotlinK2BundledCompilerPlugins binary compatible

GitOrigin-RevId: 4bc92b88849aab04ebae60168bda6e6ff1ff5881
This commit is contained in:
Roman Golyshev
2025-02-27 12:16:04 +01:00
committed by intellij-monorepo-bot
parent 14fa6ea0e2
commit cf32cfa669

View File

@@ -85,4 +85,7 @@ enum class KotlinK2BundledCompilerPlugins(
val bundledJarLocation: Path =
PathManager.getJarForClass(registrarClass.java)
?: error("Unable to find .jar for '$registrarClassName' registrar in IDE distribution")
@Deprecated("This companion object is left for binary compatibility only; do not use it.")
companion object
}