We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba5bc6 commit f578ad5Copy full SHA for f578ad5
ready-to-use-ui-demo/rtu_ui_components/build.gradle
@@ -70,7 +70,7 @@ dependencies {
70
implementation("androidx.recyclerview:recyclerview:1.3.2")
71
implementation("com.google.android.material:material:1.9.0")
72
73
- def coroutines_version = "1.7.3"
+ def coroutines_version = "1.8.0"
74
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version")
75
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version")
76
0 commit comments