blob: 9f44c4b6e77a98dfd9a4bff85ed882b949406a4b [file] [log] [blame]
# `androidx.lifecycle.compose.LocalLifecycleOwner` will reflectively lookup for
# `androidx.compose.ui.platform.LocalLifecycleOwner` to ensure backward compatibility
# when using Lifecycle 2.8+ with Compose 1.6.
# We need to keep the getter if the code using this is included.
#noinspection ShrinkerUnresolvedReference
-if public class androidx.compose.ui.platform.AndroidCompositionLocals_androidKt {
public static androidx.compose.runtime.ProvidableCompositionLocal[] getLocalLifecycleOwner();
}
-keep public class androidx.compose.ui.platform.AndroidCompositionLocals_androidKt {
public static androidx.compose.runtime.ProvidableCompositionLocal[] getLocalLifecycleOwner();
}