[FIR] Fix broken gradle compilation

This commit is contained in:
Dmitriy Novozhilov
2020-08-31 10:52:51 +03:00
parent c250912ee0
commit f14efedc3d
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ dependencies {
testCompile(project(":compiler:fir:resolve"))
testCompile(project(":compiler:fir:checkers"))
testCompile(project(":compiler:fir:java"))
testCompile(project(":compiler:fir:entrypoint"))
testCompile(project(":compiler:ir.ir2cfg"))
testCompile(project(":compiler:frontend"))
testCompile(project(":compiler:frontend.java"))
+2
View File
@@ -262,3 +262,5 @@
-keepclassmembers class * implements java.io.Serializable {
static final long serialVersionUID;
}
-dontwarn org.jetbrains.kotlin.fir.**