mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-28 03:30:48 +00:00
8 lines
130 B
Kotlin
8 lines
130 B
Kotlin
plugins {
|
|
id("proxyai.java-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.analytics)
|
|
implementation(libs.gson)
|
|
}
|