mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 23:49:21 +08:00
8 lines
82 B
Plaintext
8 lines
82 B
Plaintext
plugins {
|
|
kotlin("jvm")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":moshi"))
|
|
}
|