Skip to content

Commit 8558ed0

Browse files
committed
Remove molecule
Signed-off-by: mramotar <mramotar@dropbox.com>
1 parent 52f0dba commit 8558ed0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ buildscript {
2020
classpath(libs.maven.publish.plugin)
2121
classpath(libs.kover.plugin)
2222
classpath(libs.atomic.fu.gradle.plugin)
23-
classpath(libs.molecule.gradle.plugin)
2423
}
2524
}
2625

paging/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ kotlin {
2121
implementation(project(":store"))
2222
implementation(project(":cache"))
2323
implementation(compose.runtime)
24-
implementation(libs.molecule.runtime)
2524
implementation(compose.ui)
2625
implementation(compose.foundation)
2726
implementation(compose.material)

0 commit comments

Comments
 (0)