Modernize build a bit (#1383)

This commit is contained in:
Zac Sweers
2021-08-23 17:09:59 -04:00
committed by GitHub
parent 95250b0359
commit 6947ab00d0
18 changed files with 113 additions and 153 deletions

View File

@@ -21,7 +21,7 @@ plugins {
dependencies {
kapt(project(":kotlin:codegen"))
compileOnly(Dependencies.jsr305)
compileOnly(libs.jsr305)
implementation(project(":moshi"))
implementation(project(":adapters"))
}