Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ApplyAbiChangeToKotlinSourceFileMutator doesn't put separator #523

Open
HaliksaR opened this issue Dec 7, 2023 · 1 comment
Open

ApplyAbiChangeToKotlinSourceFileMutator doesn't put separator #523

HaliksaR opened this issue Dec 7, 2023 · 1 comment
Labels

Comments

@HaliksaR
Copy link

HaliksaR commented Dec 7, 2023

ApplyAbiChangeToKotlinSourceFileMutator doesn't put separator.

Because of this, the assembly crashes when modified via apply-abi-change-to in the file with the data class.

Снимок экрана 2023-12-07 в 15 36 07
@asodja asodja added the bug label Dec 9, 2023
@asodja
Copy link
Member

asodja commented Dec 9, 2023

Looks like a bug, yes.

I believe the problem shows only for classes without a body, e.g.:

data class Thing(
    val property: String = "thing"
) : Serializable 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants