Packages: move collections to kotlin.collections.
This commit is contained in:
@@ -62,5 +62,7 @@ private val DEFAULT_IMPORTS_FOR_JVM: List<ImportPath> = ArrayList<ImportPath>().
|
||||
|
||||
val builtIns = JvmPlatform.builtIns
|
||||
addAllClassifiersFromScope(builtIns.builtInsPackageScope)
|
||||
addAllClassifiersFromScope(builtIns.annotationPackageScope)
|
||||
addAllClassifiersFromScope(builtIns.collectionsPackageFragment.getMemberScope())
|
||||
addAllClassifiersFromScope(builtIns.rangesPackageFragment.getMemberScope())
|
||||
addAllClassifiersFromScope(builtIns.annotationPackageFragment.getMemberScope())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user