lombok-intellij-plugin icon indicating copy to clipboard operation
lombok-intellij-plugin copied to clipboard

Lombok with kotlin

Open BrokerXu opened this issue 2 years ago • 1 comments

Lombok does not support using Kotlin and Java in the same moudle. After creating the Kotlin class in a Moudle that uses Lombok, compilation will report that the get/set methods of the class decorated with @data will not be found.

BrokerXu avatar Apr 08 '22 06:04 BrokerXu

Hi @BrokerXu It's a question to project Lombok https://github.com/projectlombok/lombok This repository is only about Intellij Idea plugin, it has nothing to do with Lombok itself. It's better to contact projectlombok/lombok

Lekanich avatar Jun 05 '22 10:06 Lekanich