mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 23:49:21 +08:00
Modernize build a bit (#1383)
This commit is contained in:
@@ -21,7 +21,7 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
kapt(project(":kotlin:codegen"))
|
||||
compileOnly(Dependencies.jsr305)
|
||||
compileOnly(libs.jsr305)
|
||||
implementation(project(":moshi"))
|
||||
implementation(project(":adapters"))
|
||||
}
|
||||
|
Reference in New Issue
Block a user