Skip to content

Commit

Permalink
Print kotlin compiler version in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
goodwinnk committed Feb 10, 2016
1 parent 6fe416c commit d8ba52e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@
<arg value="-output"/>
<arg value="@{output}"/>
<arg value="-no-stdlib"/>
<arg value="-version"/>
<arg value="-meta-info"/>
<arg value="-kjsm"/>
<arg line="-main noCall"/>
Expand Down Expand Up @@ -776,6 +777,7 @@
<arg value="-d"/>
<arg value="@{output}"/>
<arg value="-no-stdlib"/>
<arg value="-version"/>
<arg line="@{additionalOptions}"/>
<arg value="-classpath"/>
<arg value="${toString:classpath.path}"/>
Expand Down Expand Up @@ -960,6 +962,7 @@
</jarjar>

<kotlinc src="${basedir}/generators/infrastructure/strip-kotlin-annotations.kts" output="">
<compilerarg value="-version"/>
<compilerarg value="-script"/>
<compilerarg value="kotlin/jvm/internal/.*|kotlin/Metadata"/> <!-- Annotations to strip -->
<compilerarg value="kotlin/reflect/jvm/internal/impl/.*"/> <!-- Classes to strip from -->
Expand Down

0 comments on commit d8ba52e

Please sign in to comment.