It looks like between dev-03 and now `compose-runt...
# compose
f
It looks like between dev-03 and now
compose-runtime
has lost the dependency on
android.*
😮
ui-text
is so close to not using
android.*
, there's just one tiny
Log.w
call 😆
😂 1
l
What do you mean?
compose-runtime
still has a lot of android dependencies 🙂 It's just a multiplatform module, so we split out the common / android specific implementations, to enable host-side testing in the future.
f
hmm, I must have missed them then