are there an easy way to use stdlib functions in c...
# multiplatform
s
are there an easy way to use stdlib functions in commonMain? such as forEach, String.toCharArray() etc
when editing commonMain, idea will suggest to use string.indices, but it is missing in common stdlib
k
If stdlib isn't showing up in commonMain then I think your config is not being imported properly by the IDE.
s
the version 1.5.21 causes this problem
when I switch back to 1.5.20 it is solved properly
s
what's the version of Kotlin plugin installed in your IDE?