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:
@@ -211,4 +211,5 @@ messages/**)
|
||||
# for webdemo
|
||||
-keep class com.intellij.openapi.progress.ProgressManager { *; }
|
||||
|
||||
|
||||
# for kapt
|
||||
-keep class com.intellij.openapi.project.Project { *; }
|
||||
|
||||
Reference in New Issue
Block a user