Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 2a4a7b1

Browse files
committed
#309 fix api
1 parent 038cabf commit 2a4a7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widgets/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
commonMainApi(libs.mokoUnits)
2222
commonMainApi(libs.mokoGraphics)
2323
commonMainApi(libs.mokoParcelize)
24-
androidMainImplementation(libs.appCompat)
24+
androidMainApi(libs.appCompat)
2525
androidMainApi(libs.fragment)
2626
androidMainImplementation(libs.recyclerView)
2727
androidMainImplementation(libs.material)

0 commit comments

Comments
 (0)