mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 23:49:21 +08:00
Update to KSP 1.0.1 and use new jvm modifiers resolver API (#1422)
* Update to KSP 1.0.1 and use new jvm modifiers resolver API
This allows us to fully support transient across compilation boundaries
* Copy in KSP-supported KCT for now
* Update CI refs
* Move up transient check to the right place
Wasn't actually looking at the added annotation later 🤧
* Try regular RC?
* Skip that matrix for now
This commit is contained in:
@@ -19,7 +19,7 @@ jvmTarget = "1.8"
|
||||
kotlin = "1.5.31"
|
||||
kotlinCompileTesting = "1.4.4"
|
||||
kotlinpoet = "1.10.2"
|
||||
ksp = "1.5.31-1.0.0"
|
||||
ksp = "1.5.31-1.0.1"
|
||||
ktlint = "0.41.0"
|
||||
|
||||
[plugins]
|
||||
|
Reference in New Issue
Block a user