With 1.6.0-dev1323 there were massive changes in t...
# compose-desktop
m
With 1.6.0-dev1323 there were massive changes in the compose.components.resources package which brake my code. Is there already some documentation somewhere on how to use that now?
o
cc @Konstantin Tskhovrebov
k
Yes. We refactored the library internals and broke a lot of API. it was expected as it is experimental 😉 Documentation will be written when it is ready.
👍 1
m
Thanks @Oleksandr Karpovich [JB], that helps. By the way, the very first example I opened contains a bug. In
Files.kt
you use
readResourceBytes
in the LaunchedEffect but in the Text at the bottom you use
readBytes
instead.
k
it is UI issue) but thank you I'll fix it