Kotlin Gradle subplugin support

This commit is contained in:
Yan Zhulanow
2014-11-14 16:19:13 +03:00
parent 781c565ec9
commit fbed5426e2
12 changed files with 329 additions and 48 deletions
+4
View File
@@ -568,6 +568,10 @@
public protected *;
}
-keepclassmembers class com.intellij.openapi.vfs.VirtualFile {
public InputStream getInputStream();
}
-keep class jet.** {
public protected *;
}