mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 17:37:05 +05:30
fix(android): remove unnecessary Konvert configuration
We're only using it in the `model` subproject right now. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
25382acf0e
commit
2f2d2e694e
1 changed files with 0 additions and 3 deletions
|
@ -21,7 +21,6 @@ plugins {
|
|||
alias(libs.plugins.baselineprofile)
|
||||
alias(libs.plugins.licensee)
|
||||
alias(libs.plugins.tracelog)
|
||||
alias(libs.plugins.ksp)
|
||||
}
|
||||
|
||||
android {
|
||||
|
@ -82,7 +81,6 @@ dependencies {
|
|||
implementation(libs.copydown)
|
||||
implementation(libs.dagger)
|
||||
implementation(libs.jsoup)
|
||||
implementation(libs.konvert.api)
|
||||
implementation(libs.kotlinx.collections.immutable)
|
||||
implementation(libs.kotlinx.coroutines.core)
|
||||
implementation(libs.napier)
|
||||
|
@ -96,7 +94,6 @@ dependencies {
|
|||
implementation(projects.model)
|
||||
|
||||
kapt(libs.dagger.compiler)
|
||||
ksp(libs.konvert.processor)
|
||||
|
||||
testImplementation(libs.kotlinx.coroutines.test)
|
||||
testImplementation(libs.okhttp.mockwebserver)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue