`LocalProperties`: ``` fun getNoThrows(name: S...
# kobalt
c
`LocalProperties`:
Copy code
fun getNoThrows(name: String, docUrl: String? = null): String? = localProperties.getProperty(name, docUrl)