Fix proguarding of the main-kts

This commit is contained in:
Ilya Chernikov
2018-09-21 15:12:53 +02:00
parent 68dfe9bf14
commit 18b53f331a
@@ -3,6 +3,8 @@
-dontobfuscate
# -dontshrink
-keepdirectories META-INF/**
-dontnote **
-dontwarn org.sonatype.aether.**
-dontwarn org.jetbrains.kotlin.**