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 52f0dba commit 8558ed0Copy full SHA for 8558ed0
build.gradle.kts
@@ -20,7 +20,6 @@ buildscript {
20
classpath(libs.maven.publish.plugin)
21
classpath(libs.kover.plugin)
22
classpath(libs.atomic.fu.gradle.plugin)
23
- classpath(libs.molecule.gradle.plugin)
24
}
25
26
paging/build.gradle.kts
@@ -21,7 +21,6 @@ kotlin {
implementation(project(":store"))
implementation(project(":cache"))
implementation(compose.runtime)
- implementation(libs.molecule.runtime)
implementation(compose.ui)
implementation(compose.foundation)
27
implementation(compose.material)
0 commit comments