mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-04 00:22:51 +02:00
Removes unnecessary dependencies for ammolite
This commit is contained in:
@@ -50,15 +50,17 @@ kotlin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
// Lru Cache used in Relay stats
|
||||||
implementation libs.androidx.core.ktx
|
implementation libs.androidx.core.ktx
|
||||||
implementation libs.androidx.appcompat
|
|
||||||
implementation libs.material
|
// Compose's @Immutable and @Stable classes
|
||||||
implementation project(path: ':quartz')
|
|
||||||
implementation libs.androidx.runtime.runtime
|
implementation libs.androidx.runtime.runtime
|
||||||
|
|
||||||
|
implementation project(path: ':quartz')
|
||||||
|
implementation libs.okhttp
|
||||||
|
|
||||||
testImplementation libs.junit
|
testImplementation libs.junit
|
||||||
|
|
||||||
androidTestImplementation libs.androidx.junit
|
androidTestImplementation libs.androidx.junit
|
||||||
androidTestImplementation libs.androidx.espresso.core
|
androidTestImplementation libs.androidx.espresso.core
|
||||||
|
|
||||||
implementation libs.okhttp
|
|
||||||
}
|
}
|
@@ -62,7 +62,7 @@ dependencies {
|
|||||||
implementation 'net.java.dev.jna:jna:5.14.0@aar'
|
implementation 'net.java.dev.jna:jna:5.14.0@aar'
|
||||||
|
|
||||||
// Performant Parser of JSONs into Events
|
// Performant Parser of JSONs into Events
|
||||||
api(libs.jackson.module.kotlin)
|
api libs.jackson.module.kotlin
|
||||||
|
|
||||||
// immutable collections to avoid recomposition
|
// immutable collections to avoid recomposition
|
||||||
api libs.kotlinx.collections.immutable
|
api libs.kotlinx.collections.immutable
|
||||||
|
Reference in New Issue
Block a user