mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 23:49:21 +08:00
Kotlin 2.1 and friends (#1966)
* Kotlin 2.1 and friends * fix kotlin 2.1 aliases nullability (#1982) --------- Co-authored-by: Florian LE FICHER <florian.leficher@gmail.com>
This commit is contained in:
@@ -2,11 +2,10 @@
|
||||
autoService = "1.1.1"
|
||||
jdk = "21"
|
||||
jvmTarget = "1.8"
|
||||
kotlin = "2.0.0"
|
||||
# No 0.5.0 full release yet due to KSP's 1.0.21 release being busted for CLI/programmatic use
|
||||
kotlinCompileTesting = "0.5.0-alpha07"
|
||||
kotlin = "2.1.21"
|
||||
kotlinCompileTesting = "0.7.1"
|
||||
kotlinpoet = "2.2.0"
|
||||
ksp = "2.0.21-1.0.25"
|
||||
ksp = "2.1.21-2.0.1"
|
||||
|
||||
[plugins]
|
||||
dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }
|
||||
|
Reference in New Issue
Block a user