Use IDEA 143.1960 built with master kotlin branch.

Remove tweaks required to bootstrap packages.
Restore non-star imports of kotlin.text.Charsets.
This commit is contained in:
Ilya Gorbunov
2016-01-22 18:09:07 +03:00
parent cfc410261b
commit 9a41e07ac0
8 changed files with 7 additions and 54 deletions
+1 -4
View File
@@ -550,10 +550,7 @@
<javac2 destdir="${output}/classes/compiler" debug="true" debuglevel="lines,vars,source" includeAntRuntime="false"
source="${java.target}" target="${java.target}">
<withKotlin modulename="kotlin-compiler">
<!-- remove after bootstrapping packages -->
<compilerarg value="-Xallow-kotlin-package"/>
</withKotlin>
<withKotlin modulename="kotlin-compiler"/>
<skip pattern="kotlin/jvm/internal/.*"/>
<skip pattern="kotlin/Metadata"/>
<src refid="compilerSources.path"/>