refactor: selectively apply DAGP advice

This commit is contained in:
Harsh Shandilya 2024-04-30 00:51:59 +05:30
parent a6fb1fd788
commit c79b7114fb
8 changed files with 48 additions and 24 deletions

View file

@ -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)
}