Java to kotlin renames some boolean fields

Hi,

When I convert java to kotlin in Android studio(chipmunk, kotlin plugin 212-1.6.10), it renames some of the boolean fields prepending it with ‘is’, eg., subscriptionCustomer is renamed to isSubscriptionCustomer which is wrong if I am converting a BE response class(with getters and setters) from java to kotlin.
Has anybody else faced this issue ?

Thanks.

Can you please file an issue to https://youtrack.jetbrains.com/issues/KTIJ with self-contained sample code to reproduce.

Created:
https://youtrack.jetbrains.com/issue/KTIJ-23670/Java-to-kotlin-renames-some-boolean-fields

Thanks.