Don't shrink psi utils class

Shrinker removes all unused private methods
 that could be reified inline functions

 #KT-23402 Fixed
This commit is contained in:
Mikhael Bogdanov
2018-05-07 11:47:29 +02:00
parent 534cbae4ef
commit 99284316d6
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -213,3 +213,6 @@ messages/**)
# for kapt
-keep class com.intellij.openapi.project.Project { *; }
# remove when KT-18563 would be fixed
-keep class org.jetbrains.kotlin.psi.psiUtil.PsiUtilsKt { *; }
+3
View File
@@ -212,3 +212,6 @@ messages/**)
# for kapt
-keep class com.intellij.openapi.project.Project { *; }
# remove when KT-18563 would be fixed
-keep class org.jetbrains.kotlin.psi.psiUtil.PsiUtilsKt { *; }
+3
View File
@@ -220,3 +220,6 @@ messages/**)
# for kapt
-keep class com.intellij.openapi.project.Project { *; }
# remove when KT-18563 would be fixed
-keep class org.jetbrains.kotlin.psi.psiUtil.PsiUtilsKt { *; }