Does anyone know how to get the current screen den...
# compose
i
Does anyone know how to get the current screen density on a desktop platform and use it in the commonMain module? Additionally, I am facing an issue where I cannot combine native Compose UI and the converted Compose HTML core into Kotlin/JS. Specifically, I am working with a WebAssembly module where index.html is being matched inside Kotlin, but I am unable to integrate these two Compose environments (native and web-based). Any suggestions?
a
There is
LocalDensity
in common
1