Files
dev.msfjarvis.claw.android/api/build.gradle.kts
T
2021-04-17 18:03:41 +05:30

15 lines
376 B
Kotlin

plugins {
kotlin("jvm")
id("com.google.devtools.ksp")
`lobsters-plugin`
}
dependencies {
api(libs.thirdparty.retrofit.lib)
ksp(libs.thirdparty.moshi.ksp)
implementation(libs.thirdparty.retrofit.moshiConverter)
testImplementation(libs.kotlin.coroutines.core)
testImplementation(libs.testing.kotlintest.junit)
testImplementation(libs.testing.mockWebServer)
}