Temporary allow-kotlin-package for building compiler
This commit is contained in:
@@ -551,7 +551,10 @@
|
|||||||
|
|
||||||
<javac2 destdir="${output}/classes/compiler" debug="true" debuglevel="lines,vars,source" includeAntRuntime="false"
|
<javac2 destdir="${output}/classes/compiler" debug="true" debuglevel="lines,vars,source" includeAntRuntime="false"
|
||||||
source="${java.target}" target="${java.target}">
|
source="${java.target}" target="${java.target}">
|
||||||
<withKotlin modulename="kotlin-compiler"/>
|
<withKotlin modulename="kotlin-compiler">
|
||||||
|
<!-- remove after bootstrapping packages -->
|
||||||
|
<compilerarg value="-Xallow-kotlin-package"/>
|
||||||
|
</withKotlin>
|
||||||
<skip pattern="kotlin/jvm/internal/.*"/>
|
<skip pattern="kotlin/jvm/internal/.*"/>
|
||||||
<skip pattern="kotlin/Metadata"/>
|
<skip pattern="kotlin/Metadata"/>
|
||||||
<src refid="compilerSources.path"/>
|
<src refid="compilerSources.path"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user