1// Signature format: 4.0
2package androidx.compose.runtime.livedata {
3
4  public final class LiveDataAdapterKt {
5    method @androidx.compose.runtime.Composable public static <T> androidx.compose.runtime.State<T?> observeAsState(androidx.lifecycle.LiveData<T>);
6    method @androidx.compose.runtime.Composable public static <R, T extends R> androidx.compose.runtime.State<R> observeAsState(androidx.lifecycle.LiveData<T>, R initial);
7  }
8
9}
10
11