Hi, I am trying to create a file in Kotlin. But I ...
# getting-started
m
Hi, I am trying to create a file in Kotlin. But I can't seem to be able to import
<http://kotlin.io|kotlin.io>
I try manually importing this
import kotlin.io.java.io.File
It cannot find it, but IntelliJ suggests importing this
import org.w3c.files.File
→ Do I need to enable the kotlin.io library somewhere?