Move/alias Appendable and StringBuilder to kotlin.text

#KT-2084
This commit is contained in:
Ilya Gorbunov
2016-08-31 20:52:58 +03:00
parent 5c2fe13a89
commit b556adf8db
2 changed files with 21 additions and 1 deletions
@@ -14,7 +14,7 @@
* limitations under the License.
*/
package java.lang
package kotlin.text
interface Appendable {