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
-1
@@ -1,4 +1,4 @@
|
||||
// IMPORT: java.util.ArrayList
|
||||
// IMPORT: java.util.Calendar
|
||||
package p
|
||||
|
||||
import java.util.*
|
||||
|
||||
Reference in New Issue
Block a user