Been getting this error when I try to run the js t...
# compose-web
a
Been getting this error when I try to run the js target of my app. No clue how to debug this yet. Still digging. If you have any idea, let me know
Unable to make field private long java.lang.ref.SoftReference.timestamp accessible: module java.base does not "opens java.lang.ref" to unnamed module @e4e4f1
r
Where is this coming from? Gradle? In that case you need to add an
--add-opens
(ref) to the daemon args (ref).
a
So there is this Migration Notes part in the 1.9.0-beta-03 that i missed. Ended up using:
Copy code
compose = "1.9.0-beta03"
kotlin = "2.2.20-RC"
kotlinXDate = "0.7.1"
and now all seems to be working on web