fix of InfinityPagedComponent

This commit is contained in:
2025-03-03 08:57:40 +06:00
parent e70d34d91a
commit 3bf2ed5168
2 changed files with 9 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ kotlin {
dependencies {
api project(":micro_utils.pagination.common")
api project(":micro_utils.common.compose")
api libs.kt.coroutines
}
}
}