I'm getting this error when I try to run the stand...
# jewel
m
I'm getting this error when I try to run the standalone sample
c
Hmm are you using the JetBrains Runtime as the JDK for your project? It’s needed for the window decorator feature in Jewel. cc @HIGAN
s
Indeed, you must be using the JetBrains Runtime 17. We haven't fully tested JBR 21 yet, so we recommend sticking to 17 for the time being
If you are using the JBR 17, then please file a bug with a minimal reproducible example so we can investigate
h
Plz config JBR 17 as your project SDK and gradle JDK
m
Thanks guys, I was using JBR 17.0.6, the problem is fixed after using JBR 17.0.9
🎉 3