package androidx.compose.runtime;

import androidx.compose.runtime.snapshots.SnapshotMutableState;

/* JADX INFO: loaded from: classes.dex */
public final class SnapshotState_androidKt {
    public static final <T> SnapshotMutableState<T> createSnapshotMutableState(T t6, SnapshotMutationPolicy<T> snapshotMutationPolicy) {
        return new ParcelableSnapshotMutableState(t6, snapshotMutationPolicy);
    }
}
