Skip to content

Update kotlinpoet to v2.3.0#714

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/kotlinpoet
Open

Update kotlinpoet to v2.3.0#714
renovate[bot] wants to merge 1 commit intomainfrom
renovate/kotlinpoet

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 30, 2026

This PR contains the following updates:

Package Change Age Confidence
com.squareup:kotlinpoet-ksp 2.2.02.3.0 age confidence
com.squareup:kotlinpoet 2.2.02.3.0 age confidence

Release Notes

square/kotlinpoet (com.squareup:kotlinpoet-ksp)

v2.3.0

Compare Source

Thanks to @​haruue, @​hfhbd, @​yz4230, @​mina-jaff, @​BoD, @​RaoPrashanth for contributing to this release.

  • New: Kotlin 2.3.20.
  • New: KSP 2.3.6.
  • New: Support for defining type aliases inside other types. (#​2167)
  • New: Add TypeName.annotated() convenience API for adding annotations to types. (#​2281)
  • New: Add FileSpec.addImport(MemberName) to explicitly import a member. (#​2198)
  • New: Add NameAllocator.contains to check if a given tag is already allocated. (#​2160)
  • New: :interop:javapoet module has been discontinued and is not published starting with this release. (#​2292)
  • New: In-development snapshots are now published to the Central Portal Snapshots repository at https://central.sonatype.com/repository/maven-snapshots/. (#​2135)
  • Fix: Annotation array parameters with annotation elements now correctly handled. (#​2142)
  • Fix: KType.asTypeName now correctly handles recursively bound generics (e.g. T : Comparable<T>). (#​2162)
  • Fix: Don't convert multi-statement function to expression body. (#​2163)
  • Fix: FunSpec.beginControlFlow now accepts nullable arguments for consistency with CodeBlock.beginControlFlow. (#​2174)
  • Fix: Ignore illegal characters inside escaped identifiers. (#​2204)
  • Fix: emitNullable correctly when deferring type in CodeWriter. (#​2217)
  • Fix: Escape /* and */ when emitting Kdoc. (#​2258)
  • Fix: Generate imports for extension members used via %M in KDocs. (#​2266)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge March 30, 2026 08:31
@JordanLongstaff
Copy link
Copy Markdown
Collaborator

LGTM

Generated by 🚫 Danger

@github-actions
Copy link
Copy Markdown
Contributor

No dependency violations found. 👍

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 30, 2026

Unit Test Results

  165 files  ±0    165 suites  ±0   22m 16s ⏱️ - 1m 55s
1 560 tests ±0  1 554 ✅  - 6  5 💤 +5  1 ❌ +1 
5 003 runs  ±0  4 997 ✅  - 6  5 💤 +5  1 ❌ +1 

For more details on these failures, see this check.

Results for commit c7ca099. ± Comparison against base commit 9282259.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 30, 2026

Konsist Test Results

 16 files  ±0   16 suites  ±0   47s ⏱️ -2s
137 tests ±0  137 ✅ ±0  0 💤 ±0  0 ❌ ±0 
737 runs  ±0  737 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit c7ca099. ± Comparison against base commit 9282259.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown
Contributor

Code Coverage (IAN/grid)

Total Project Coverage 98.04%

@github-actions
Copy link
Copy Markdown
Contributor

Code Coverage (IAN/udp)

Total Project Coverage 100.00%

@github-actions
Copy link
Copy Markdown
Contributor

Code Coverage (IAN/packets)

Total Project Coverage 98.93%

@github-actions
Copy link
Copy Markdown
Contributor

Code Coverage (IAN/world)

Total Project Coverage 99.45%

@github-actions
Copy link
Copy Markdown
Contributor

Code Coverage (app)

Total Project Coverage 20.86%

@github-actions
Copy link
Copy Markdown
Contributor

Code Coverage (IAN/enums)

Total Project Coverage 100.00%

@github-actions
Copy link
Copy Markdown
Contributor

Code Coverage (IAN/listener)

Total Project Coverage 100.00%

@github-actions
Copy link
Copy Markdown
Contributor

Code Coverage (IAN/vesseldata)

Total Project Coverage 98.91%

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 30, 2026

Instrumented Test Results

   28 files  ±0     28 suites  ±0   7h 59m 32s ⏱️ - 3m 37s
   43 tests ±0     42 ✅ +1  0 💤 ±0  1 ❌  - 1 
1 152 runs  ±0  1 151 ✅ +1  0 💤 ±0  1 ❌  - 1 

For more details on these failures, see this check.

Results for commit c7ca099. ± Comparison against base commit 9282259.

♻️ This comment has been updated with latest results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant