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:
Zac Sweers
2021-11-15 11:25:15 -05:00
committed by GitHub
parent 85ba5bf188
commit 9440e5c7d0
6 changed files with 244 additions and 19 deletions

View File

@@ -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]