Update kotlinpoet to v2.1.0 (#1939)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-02-25 08:08:48 -05:00
committed by GitHub
parent a2fcff3db9
commit b9b8b459b0

View File

@@ -5,7 +5,7 @@ jvmTarget = "1.8"
kotlin = "2.0.0" 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 # 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" kotlinCompileTesting = "0.5.0-alpha07"
kotlinpoet = "2.0.0" kotlinpoet = "2.1.0"
ksp = "2.0.21-1.0.25" ksp = "2.0.21-1.0.25"
[plugins] [plugins]