mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-08-26 22:17:44 +10:00
Kawarp Shader <3
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package androidx.compose.runtime;
|
||||
public interface Composer {
|
||||
void startReplaceGroup(int key);
|
||||
void endReplaceGroup();
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
package androidx.compose.runtime;
|
||||
public interface MutableState extends State { void setValue(Object value); }
|
||||
@@ -0,0 +1,2 @@
|
||||
package androidx.compose.runtime;
|
||||
public interface SnapshotMutationPolicy {}
|
||||
@@ -0,0 +1,4 @@
|
||||
package androidx.compose.runtime;
|
||||
public final class SnapshotStateKt {
|
||||
public static MutableState mutableStateOf$default(Object value, SnapshotMutationPolicy policy, int flags, Object marker) { return null; }
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
package androidx.compose.runtime;
|
||||
public interface State { Object getValue(); }
|
||||
Reference in New Issue
Block a user