``` val String.uri get() = Uri.valueOf(...
# getting-started
e
Copy code
val String.uri
        get() = Uri.valueOf(javaClass.getResource(this))