mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
refactor: selectively apply DAGP advice
This commit is contained in:
parent
a6fb1fd788
commit
c79b7114fb
8 changed files with 48 additions and 24 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright © 2021-2023 Harsh Shandilya.
|
||||
* Copyright © 2021-2024 Harsh Shandilya.
|
||||
* Use of this source code is governed by an MIT-style
|
||||
* license that can be found in the LICENSE file or at
|
||||
* https://opensource.org/licenses/MIT.
|
||||
|
@ -12,9 +12,9 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
api(projects.database.core)
|
||||
compileOnly(libs.konvert.annotations)
|
||||
implementation(libs.kotlinx.serialization.core)
|
||||
implementation(libs.konvert.api)
|
||||
implementation(projects.database.core)
|
||||
|
||||
ksp(libs.konvert.processor)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue