michallaskowski / kuiks

Kotlin Multiplatform based testing framework for Android and iOS
Apache License 2.0
71 stars 10 forks source link

This support Compose ? #10

Open CMingTseng opened 3 years ago

CMingTseng commented 3 years ago

Dear Sir

Google next UI is Jetpack Compose

and JB use it do "Compose for Desktop" !!

the project can support compose ?

THX

michallaskowski commented 3 years ago

Hi. The project uses Espresso under the hood, so it creates a quesion - does Espresso support compose, or maybe some new mechanism would need to be added. But it seems Espresso is compatible with Compose - https://developer.android.com/jetpack/compose/testing#espresso-interop. Creating a test project to validate it first would be preferable, to make sure of that interoperability. If you do that, let me know.