Repo cloned
This commit is contained in:
commit
496ae75f58
7988 changed files with 1451097 additions and 0 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