bruno.aybar
10/02/2020, 4:44 AMemptyList()
Canary 13 + Kotlin 1.4.10 = forces me to import java.util.Collections.emptyList
, does not allow me to reference the standard one.
(sorry, I do not know if this was happening in previous canary versions. I have just updated to Kotlin 1.4.10 to test alpha04)
P.S.: I tested Kotlin 1.4.10 in stable AS and in IDEA, no issues there.gildor
10/02/2020, 4:58 AMdoes not allow me to reference the standard one.What do you mean? is it not building and show as unresolved?
bruno.aybar
10/02/2020, 5:10 AMjava.util.Collections.emptyList
).
2. If I try to do import kotlin.collections
manually, I get this error:gildor
10/02/2020, 5:23 AMbruno.aybar
10/02/2020, 5:29 AMgildor
10/02/2020, 6:18 AMJoost Klitsie
10/02/2020, 9:42 PM