Hi, how to use an existing third party jetpack com...
# compose-web
j
Hi, how to use an existing third party jetpack compose library in compose for web?
b
You can't. Jetpack compose is compiled for android,not kotlin js
Unless you fork it and convert it to kmp project with js target
j
What about using a compose multiplatform with kotlin wasm? How android jetpack compose is supported in kotlin wasm?
b
It's not
j
Thank you