Is any body encounter the problem like this when b...
# kotlin-native
o
Is any body encounter the problem like this when build csvparser sample:
Copy code
src/main/kotlin/CsvParser.kt:18:8: error: unresolved reference: platform
import platform.posix.*
      ^
m
Build platform libs:
Copy code
./gradlew distPlatformLibs
o
Well, thanks. I don't see reference description in document, am i miss something?
o