Move kotlin.comparisons.Comparator to kotlin package and remove the former from default imports.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package kotlin.comparisons
|
||||
package kotlin
|
||||
|
||||
|
||||
public interface Comparator<T> {
|
||||
|
||||
Reference in New Issue
Block a user