Is anyone signing and notarizing their compose desktop macOS app?
There seems to be a regression after upgrading from compose 0.3.1 and Kotlin 1.4.30 to compose 0.4.0-build182 and Kotlin 1.4.32
It compiles, signs, and uploads, but notarization is rejected by Apple a few minutes later. When I dig into the server logs from Apple, the error message is
"statusSummary": "Archive contains critical validation errors",
and
"message": "The signature of the binary is invalid.",
If I roll back to compose 0.3.1 and Kotlin 1.4.30, then the signing issue goes away again.
Is signing broken with the newer version, or did something change with how we’re supposed to configure the gradle build DSL for signing?