@@ -9,8 +9,8 @@ targetSdk = "30"
99androidx-activity = " 1.3.0"
1010androidx-appcompat = " 1.3.1"
1111androidx-benchmark = " 1.1.0-rc03"
12- androidx- compose = " 1.1.0-rc01 "
13- androidx- compose-compiler = " 1.1.0-rc02 "
12+ compose = " 1.1.0"
13+ compose-compiler = " 1.1.0"
1414androidx-constraintlayout = " 2.1.2"
1515androidx-core = " 1.6.0"
1616androidx-fragment = " 1.3.6"
@@ -49,8 +49,8 @@ kotest = "5.1.0"
4949kotlin = " 1.6.10"
5050
5151kotlinx-binary-compatibility = " 0.6.0"
52- kotlinx-coroutines = " 1.5.1 "
53- # The 1.5.1 test artifact is jvm-only. The commonTest module should use 1.6.1.
52+ kotlinx-coroutines = " 1.5.2 "
53+ # The 1.5.2 test artifact is jvm-only. The commonTest module should use 1.6.1.
5454kotlinx-coroutines-test-common = " 1.6.1"
5555kotlinx-serialization-json = " 1.3.2"
5656kotlinx-benchmark = " 0.4.2"
@@ -64,6 +64,9 @@ mockito-core = "3.3.3"
6464mockito-kotlin = " 3.2.0"
6565
6666mockk = " 1.11.0"
67+
68+ molecule = " 0.3.0-SNAPSHOT"
69+
6770robolectric = " 4.6.1"
6871
6972rxjava2-android = " 2.1.1"
@@ -100,8 +103,12 @@ kotlinx-benchmark = { id = "org.jetbrains.kotlinx.benchmark", version.ref = "kot
100103ktlint = { id = " org.jlleitschuh.gradle.ktlint" , version.ref = " ktlint" }
101104mavenPublish = { id = " com.vanniktech.maven.publish" , version.ref = " vanniktech-publish" }
102105
106+ molecule = { id = " app.cash.molecule" , version.ref = " molecule" }
107+
103108[libraries ]
104109
110+ molecule-gradle-plugin = { module = " app.cash.molecule:molecule-gradle-plugin" , version.ref = " molecule" }
111+
105112android-gradle-plugin = { module = " com.android.tools.build:gradle" , version.ref = " androidTools" }
106113
107114androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " androidx-activity" }
@@ -112,13 +119,16 @@ androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "a
112119
113120androidx-macro-benchmark = { module = " androidx.benchmark:benchmark-macro-junit4" , version.ref = " androidx-benchmark" }
114121
115- androidx-compose-foundation = { module = " androidx.compose.foundation:foundation" , version.ref = " androidx-compose" }
122+ androidx-compose-foundation = { module = " androidx.compose.foundation:foundation" , version.ref = " compose" }
123+
124+ androidx-compose-material = { module = " androidx.compose.material:material" , version.ref = " compose" }
116125
117- androidx-compose-material = { module = " androidx.compose.material:material" , version.ref = " androidx-compose" }
126+ androidx-compose-ui = { module = " androidx.compose.ui:ui" , version.ref = " compose" }
127+ androidx-compose-ui-test-junit4 = { module = " androidx.compose.ui:ui-test-junit4" , version.ref = " compose" }
128+ androidx-compose-ui-tooling = { module = " androidx.compose.ui:ui-tooling" , version.ref = " compose" }
118129
119- androidx-compose-ui = { module = " androidx.compose.ui:ui" , version.ref = " androidx-compose" }
120- androidx-compose-ui-test-junit4 = { module = " androidx.compose.ui:ui-test-junit4" , version.ref = " androidx-compose" }
121- androidx-compose-ui-tooling = { module = " androidx.compose.ui:ui-tooling" , version.ref = " androidx-compose" }
130+ compose-runtime = { module = " org.jetbrains.compose.runtime:runtime" , version.ref = " compose" }
131+ compose-compiler = { module = " org.jetbrains.compose.compiler:compiler" , version.ref = " compose" }
122132
123133androidx-constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version.ref = " androidx-constraintlayout" }
124134
@@ -203,6 +213,8 @@ mockito-kotlin = { module = "org.mockito.kotlin:mockito-kotlin", version.ref = "
203213
204214mockk = { module = " io.mockk:mockk" , version.ref = " mockk" }
205215
216+ molecule-runtime = { module = " app.cash.molecule:molecule-runtime" , version.ref = " molecule" }
217+
206218robolectric = { module = " org.robolectric:robolectric" , version.ref = " robolectric" }
207219
208220rxjava2-rxandroid = { module = " io.reactivex.rxjava2:rxandroid" , version.ref = " rxjava2-android" }
0 commit comments