readFileImpl

expect fun readFileImpl(path: String): String?(source)

Platform-specific file reading implementation.

actual fun readFileImpl(path: String): String?(source)

Platform-specific file reading implementation.

actual fun readFileImpl(path: String): String?(source)

LinuxX64 implementation - file system access not available in typical Kotlin/Native scenarios.