Replace types that are imported by default via typealiases such as java.util.ArrayList with something else as it conflicts now with kotlin.collections.ArrayList and has to imported explicitly.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
package pack1
|
||||
|
||||
fun ArrayList(){}
|
||||
fun ConcurrentHashMap(){}
|
||||
Reference in New Issue
Block a user