Support direct annotation instantiation in code gen on Kotlin 1.6 (#1390)

This commit is contained in:
Zac Sweers
2021-10-22 13:43:09 -04:00
committed by GitHub
parent a9eaa849e5
commit b8fbe38118
17 changed files with 396 additions and 171 deletions

View File

@@ -18,7 +18,7 @@ gjf = "1.11.0"
jvmTarget = "1.8"
kotlin = "1.5.31"
kotlinCompileTesting = "1.4.4"
kotlinpoet = "1.10.1"
kotlinpoet = "1.10.2"
ksp = "1.5.31-1.0.0"
ktlint = "0.41.0"