Fix some kapt tests:

some implicit usage of Project.getBasePath, which kapt depends on,
was removed from the scripting, and therefore proguard was removing
it from the compiler. This commit instructs proguard to keep it
explicitly.
This commit is contained in:
Ilya Chernikov
2018-04-05 21:13:48 +02:00
parent dd3cf531cf
commit ccecc90130
+2 -1
View File
@@ -211,4 +211,5 @@ messages/**)
# for webdemo
-keep class com.intellij.openapi.progress.ProgressManager { *; }
# for kapt
-keep class com.intellij.openapi.project.Project { *; }