Run K2 scripts in PSI mode
This commit is contained in:
committed by
Space Team
parent
11d86992c5
commit
0a498660cb
@@ -2,6 +2,8 @@
|
||||
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
||||
|
||||
<target name="build">
|
||||
<kotlinc src="${test.data}" output="${temp}"/>
|
||||
<kotlinc src="${test.data}" output="${temp}">
|
||||
<compilerarg line="-Xuse-fir-lt=false"/>
|
||||
</kotlinc>
|
||||
</target>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user