Skip to content

Commit 9991256

Browse files
committed
Mutuablestateof
1 parent 961d189 commit 9991256

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ dependencies {
6565
implementation("androidx.core:core-splashscreen:1.0.1")
6666
implementation("androidx.compose.ui:ui-graphics")
6767
implementation("androidx.activity:activity-compose:1.9.3")
68+
implementation("androidx.compose.runtime:runtime:1.6.0")
6869

6970
implementation("androidx.appcompat:appcompat:1.7.0")
7071
implementation("com.google.android.material:material:1.13.0-alpha07")

app/src/main/java/com/syntaxspin/sakura/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import androidx.compose.material3.*
2020
import androidx.compose.ui.layout.*
2121
import androidx.compose.ui.text.style.*
2222
import androidx.compose.foundation.clickable
23+
import androidx.compose.runtime.mutableFloatStateOf
2324

2425

2526
//Local Context

0 commit comments

Comments
 (0)