What does this line in gradle actually do? ```impl...
# compose-desktop
j
What does this line in gradle actually do?
Copy code
implementation(compose.desktop.currentOs)
Whenever I add this line it breaks all usages of reflect(), when it's reflecting a suspend function
I decided to report it on github instead 🙂 https://github.com/JetBrains/compose-jb/issues/250
k
Maybe they're trying to tell you not to use reflection 🙂
🤣 1
j
Then I would much rather have them deprecating the
reflect
function, than just breaking it at random places. I'm not a user of Kotlin Compose, but I have a library that should work on any jvm setup, but for some random reason users of my library are not able to use it in Compose projects.
k
Compose is in the early days. Filing a bug is the right way forward
👍 1