I'm using the `1.2.40-eap-51`, and I can't seem to...
# multiplatform
s
I'm using the
1.2.40-eap-51
, and I can't seem to access any kotlin stdlib helper functions in my common module. i.e. I can't access
listOf()
. Is this a known issue? I'm in Android Studio 3.1.1. I also can't manually import the functions like I used to be able to do in previous versions.
i
Do you have a dependency on
kotlin-stdlib-common
in your common module?
s
yes. I resolved this issue by switching back to
1.2.31
, and then back again to
1.2.40-eap-51
.