but it's the same for the other ones: ``` ...
# kobalt
e
but it's the same for the other ones:
Copy code
String keyId = LocalProperties.getNoThrows$default(this.localProperties, "gpg.keyId", null, 2, null);
        if (keyId != null) { CharSequence localCharSequence2 = (CharSequence)keyId; if ((StringsKt.isBlank(localCharSequence2) ? 1 : 0) == 0) {
            allArgs.add("--local-user");
            allArgs.add(keyId);
          }
        }