We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961d189 commit 9991256Copy full SHA for 9991256
2 files changed
app/build.gradle.kts
@@ -65,6 +65,7 @@ dependencies {
65
implementation("androidx.core:core-splashscreen:1.0.1")
66
implementation("androidx.compose.ui:ui-graphics")
67
implementation("androidx.activity:activity-compose:1.9.3")
68
+ implementation("androidx.compose.runtime:runtime:1.6.0")
69
70
implementation("androidx.appcompat:appcompat:1.7.0")
71
implementation("com.google.android.material:material:1.13.0-alpha07")
app/src/main/java/com/syntaxspin/sakura/MainActivity.kt
@@ -20,6 +20,7 @@ import androidx.compose.material3.*
20
import androidx.compose.ui.layout.*
21
import androidx.compose.ui.text.style.*
22
import androidx.compose.foundation.clickable
23
+import androidx.compose.runtime.mutableFloatStateOf
24
25
26
//Local Context
0 commit comments