Hi. Can we use Java or Kotlin libraries (libraries...
# compose
j
Hi. Can we use Java or Kotlin libraries (libraries that use XML to design) in the Android JetpackCompose project? And how can we do it?
c
You can wrap your traditional view into an
AndroidView
composable, and use it in your compose UI.
1