From c6de983476993dfdf1c0222351b164831c3ad8b2 Mon Sep 17 00:00:00 2001 From: Yan Zhulanow Date: Mon, 5 Oct 2020 18:19:06 +0900 Subject: [PATCH] Keep class members of the ExtensionPoint interface instead of its implementation for easier usage --- prepare/compiler/compiler.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare/compiler/compiler.pro b/prepare/compiler/compiler.pro index 69d3ea203ce..f222854d398 100644 --- a/prepare/compiler/compiler.pro +++ b/prepare/compiler/compiler.pro @@ -244,7 +244,7 @@ -keep class com.intellij.openapi.vfs.impl.jar.CoreJarFileSystem { *; } # For Anvil https://youtrack.jetbrains.com/issue/KT-42103 --keepclassmembers class com.intellij.openapi.extensions.impl.ExtensionPointImpl { +-keepclassmembers class com.intellij.openapi.extensions.ExtensionPoint { public void registerExtension(...); }