Ant task: support "compilerarg" element in withKotlin as in kotlinc
This commit is contained in:
@@ -7,5 +7,11 @@
|
||||
<compilerarg line="-Xno-call-assertions -Xno-param-assertions"/>
|
||||
<compilerarg value="-Xno-optimize"/>
|
||||
</kotlinc>
|
||||
|
||||
<javac srcdir="${test.data}" destdir="${temp}" includeantruntime="false">
|
||||
<withKotlin>
|
||||
<compilerarg value="-version"/>
|
||||
</withKotlin>
|
||||
</javac>
|
||||
</target>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user