Move stdlib classes between packages.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package kotlin
|
||||
package kotlin.sequences
|
||||
|
||||
/**
|
||||
* A sequence that returns values through its iterator. The values are evaluated lazily, and the sequence
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package kotlin
|
||||
package kotlin.text
|
||||
|
||||
/**
|
||||
* Represents the character general category in the Unicode specification.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package kotlin
|
||||
package kotlin.text
|
||||
|
||||
/**
|
||||
* Represents the Unicode directionality of a character.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@file:JvmName("CharsetsKt")
|
||||
package kotlin
|
||||
package kotlin.text
|
||||
|
||||
import java.nio.charset.*
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package kotlin
|
||||
package kotlin.text
|
||||
|
||||
/**
|
||||
* Defines names for Unicode symbols used in proper Typography.
|
||||
|
||||
Reference in New Issue
Block a user