desktop: integrate with API

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-03-14 19:57:10 +05:30
parent be6e0c9498
commit 704e59afdf
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
6 changed files with 142 additions and 22 deletions

View file

@ -68,6 +68,7 @@ object Dependencies {
const val accompanist = "dev.chrisbanes.accompanist:accompanist-coil:0.6.2"
const val composeFlowLayout = "com.star-zero:compose-flowlayout:0.0.1"
const val kamel = "com.alialbaali.kamel:kamel-image:0.2.0"
const val pullToRefresh = "com.puculek.pulltorefresh:pull-to-refresh-compose:1.0.0"
object Moshi {
@ -100,7 +101,6 @@ object Dependencies {
object AndroidX {
private const val version = "1.3.1-alpha02"
const val runner = "androidx.test:runner:$version"
object Compose {