mirror of
https://github.com/tcgdex/java-sdk.git
synced 2025-06-21 07:09:19 +00:00
Compare commits
5 Commits
v2.0.1
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
af37fd67bf | |||
3bbb439d86 | |||
c6a8325eba | |||
0c38358bc4 | |||
150acada74 |
@ -2,8 +2,8 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
// Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
|
// Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
|
||||||
kotlin("jvm") version "2.0.20"
|
kotlin("jvm") version "2.1.10"
|
||||||
id("org.jetbrains.dokka") version "1.9.20"
|
id("org.jetbrains.dokka") version "2.0.0"
|
||||||
|
|
||||||
// Apply the java-library plugin for API and implementation separation.
|
// Apply the java-library plugin for API and implementation separation.
|
||||||
`java-library`
|
`java-library`
|
||||||
@ -49,7 +49,7 @@ dependencies {
|
|||||||
// Use the Kotlin JDK 8 standard library.
|
// Use the Kotlin JDK 8 standard library.
|
||||||
implementation(kotlin("stdlib-jdk8"))
|
implementation(kotlin("stdlib-jdk8"))
|
||||||
// Gson
|
// Gson
|
||||||
implementation("com.google.code.gson:gson:2.11.0")
|
implementation("com.google.code.gson:gson:2.12.0")
|
||||||
|
|
||||||
testImplementation(kotlin("test"))
|
testImplementation(kotlin("test"))
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user