Skip to content

Add support for Kotlin multi-dollar interpolation string#7090

Merged
timtebeek merged 1 commit intoopenrewrite:mainfrom
barbulescu:kotlin-multi-dollar-interpolation
Mar 22, 2026
Merged

Add support for Kotlin multi-dollar interpolation string#7090
timtebeek merged 1 commit intoopenrewrite:mainfrom
barbulescu:kotlin-multi-dollar-interpolation

Conversation

@barbulescu
Copy link
Contributor

@barbulescu barbulescu commented Mar 22, 2026

What's changed?

Add support for Kotlin multi-dollar interpolation String.

What's your motivation?

Any additional context

Checklist

  • I've added unit tests to cover both positive and negative cases
  • I've read and applied the recipe conventions and best practices
  • I've used the IntelliJ IDEA auto-formatter on affected files

Copy link
Member

@timtebeek timtebeek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the immediate fix!

@github-project-automation github-project-automation bot moved this from In Progress to Ready to Review in OpenRewrite Mar 22, 2026
@timtebeek timtebeek merged commit c42b84f into openrewrite:main Mar 22, 2026
1 check passed
@github-project-automation github-project-automation bot moved this from Ready to Review to Done in OpenRewrite Mar 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Multi-dollar string interpolation is not supported by Kotlin parser

2 participants