Source added
This commit is contained in:
parent
b2864b500e
commit
ba28ca859e
8352 changed files with 1487182 additions and 1 deletions
17
wire-handler/lib/build.gradle.kts
Normal file
17
wire-handler/lib/build.gradle.kts
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
import org.jetbrains.kotlin.gradle.plugin.mpp.pm20.util.archivesName
|
||||
|
||||
plugins {
|
||||
id("org.jetbrains.kotlin.jvm") version "1.9.20"
|
||||
`java-library`
|
||||
}
|
||||
|
||||
version = "1.0.0"
|
||||
archivesName.set("wire-handler")
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("com.squareup.wire:wire-schema:4.4.3")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue