Reverted proguard in build.

This commit is contained in:
Evgeny Gerashchenko
2013-02-04 17:29:56 +04:00
parent c9339c2871
commit 649cbb65c0
+1 -1
View File
@@ -1,7 +1,7 @@
<project name="Kotlin" default="dist"> <project name="Kotlin" default="dist">
<!-- Set to false to disable proguard run on kotlin-compiler.jar. Speeds up the build --> <!-- Set to false to disable proguard run on kotlin-compiler.jar. Speeds up the build -->
<property name="shrink" value="false"/> <property name="shrink" value="true"/>
<!-- Set to false to disable compiler's javadoc generation. Speeds up the build --> <!-- Set to false to disable compiler's javadoc generation. Speeds up the build -->
<property name="generate.javadoc" value="true"/> <property name="generate.javadoc" value="true"/>