mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
KTIJ-32221 [kotlin] Keep the KotlinK2BundledCompilerPlugins binary compatible
GitOrigin-RevId: 4bc92b88849aab04ebae60168bda6e6ff1ff5881
This commit is contained in:
committed by
intellij-monorepo-bot
parent
14fa6ea0e2
commit
cf32cfa669
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user