[IDE] Move KotlinJavaScriptMetaFileDecompiler to kotlin.git

KTIJ-27752
This commit is contained in:
Pavel Kirpichenkov
2023-11-08 20:09:22 +02:00
committed by Space Team
parent b41c4bc4c1
commit 645e4af8b1
7 changed files with 94 additions and 0 deletions
@@ -10,6 +10,7 @@ import com.intellij.openapi.application.ApplicationManager
abstract class KotlinLabelProviderService {
abstract fun getLabelForBuiltInFileType(): String
abstract fun getLabelForKlibMetaFileType(): String
abstract fun getLabelForKotlinJavaScriptMetaFileType(): String
companion object {
fun getService(): KotlinLabelProviderService? =