There's also a helper function for creating little...
# announcements
a
There's also a helper function for creating little static maps that accepts
Pairs
(which can be created using the
to
function):
Copy code
fun leinArgs(): Map<String, Any?> {
    return mapOf("gpp-path" to "settings.gpgPath")
}