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
+2 -2
View File
@@ -1,8 +1,8 @@
<project name="Update Dependencies" default="update_teamcity" xmlns:if="ant:if" xmlns:unless="ant:unless">
<property name="automerge_dummy" value="This property is used to trick git merge. Do not delete empty lines around."/>
<property name="ideaVersion" value="143.1945"/>
<property name="idea.kotlin.branch" value="rr/stdlib/packages"/>
<property name="ideaVersion" value="143.1960"/>
<property name="idea.kotlin.branch" value="&lt;default&gt;"/>
<property name="kotlin.bootstrap.branch" value=""/>