Run K2 scripts in PSI mode
This commit is contained in:
committed by
Space Team
parent
11d86992c5
commit
0a498660cb
@@ -4,7 +4,9 @@
|
||||
<target name="build">
|
||||
<mkdir dir="${temp}/classes"/>
|
||||
<javac srcdir="${test.data}" destdir="${temp}/classes" includeantruntime="false">
|
||||
<withKotlin/>
|
||||
<withKotlin>
|
||||
<compilerarg line="-Xuse-fir-lt=false"/>
|
||||
</withKotlin>
|
||||
</javac>
|
||||
<jar destfile="${temp}/hello.jar">
|
||||
<fileset dir="${temp}/classes"/>
|
||||
|
||||
Reference in New Issue
Block a user