At the end of <https://developer.android.com/codel...
# compose
j
At the end of https://developer.android.com/codelabs/jetpack-compose-state#9 it reads:
Warning: There are no current APIs to wait for writes to 
State<T>
 objects in tests.
If 
todoItems
 was populated asynchronously, for example by a database call, there is not currently a way to wait for it to be updated. We expect to have an API for this before 1.0, but it is not yet ready.
Has such an API landed yet?