Skip to content

Commit

Permalink
Add runtimeSaveable to Dependencies in compose gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar committed Aug 2, 2023
1 parent a947c5e commit 03adb80
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class ComposePlugin : Plugin<Project> {
val material get() = composeDependency("org.jetbrains.compose.material:material")
val material3 get() = composeDependency("org.jetbrains.compose.material3:material3")
val runtime get() = composeDependency("org.jetbrains.compose.runtime:runtime")
val runtimeSaveable get() = composeDependency("org.jetbrains.compose.runtime:runtime-saveable")
val ui get() = composeDependency("org.jetbrains.compose.ui:ui")
@ExperimentalComposeLibrary
val uiTestJUnit4 get() = composeDependency("org.jetbrains.compose.ui:ui-test-junit4")
Expand Down

0 comments on commit 03adb80

Please sign in to comment.