CommonUri

typealias CommonUri = Uri(source)

Platform-agnostic URI representation backed by uri-kmp.

This typealias replaces the former expect/actual class, providing a concrete pure-Kotlin implementation that works identically on Android, JVM, and iOS without platform stubs.

On Android, use com.eygraber.uri.toAndroidUri() to convert to android.net.Uri.