Our signed release builds started failing ever sin...
# compose-desktop
s
Our signed release builds started failing ever since upgrading to Kotlin 1.6.10 and Compose 1.0.1. I filed a ticket around it. The error seems to be happening with jpackage, and it’s giving no useful information. https://github.com/JetBrains/compose-jb/issues/1689
t
k
Is it Java 17 specific?
t
That is what I found out, yes
I ran into this issue with Java 17, but Java 15 works and Java 18 preview works too
m
I backtracked to Java 16 to build my app, so Java 16 works
k
s
Downgrading to Java 16 fixed it. @Mitchell Syer Thanks for jumping in. You unblocked me. I must have upgraded to Java 17 at the same time as I updated to Kotlin 1.6.10.
👍 1
m
I did the same, Kotlin 1.6 allows for Java 17 bytecode generation so I upgraded both at the same time. Ended up causing me issues though
o
@alexey.tsvetkov ^^^