<@U0B9XU2Q6>: I think your problem is that you are...
# announcements
d
@cfleming: I think your problem is that you are declaring template types String and Any. So inside that function String and Any are template types, and probably you don't want that. Have you tried?: public fun leinArgs(): Map<String, Any> { var ret = hashMapOf<String, Any>() ret["gpg-path"] = settings.gpgPath return ret }