I don’t understand why the following doesn’t work:...
# announcements
c
I don’t understand why the following doesn’t work:
Copy code
public fun <String, Any> leinArgs(): Map<String, Any> {
    var ret = hashMapOf<String, Any>()
    ret["gpg-path"] = settings.gpgPath
    return ret
  }