Skip to content

fix: Deal with kapt#6

Open
namhokim wants to merge 1 commit intomainfrom
feature/lombok-with-kapt
Open

fix: Deal with kapt#6
namhokim wants to merge 1 commit intomainfrom
feature/lombok-with-kapt

Conversation

@namhokim
Copy link
Copy Markdown
Owner

ref. https://kotlinlang.org/docs/lombok.html#using-with-kapt

  • warnings:
> Task :compileKotlin
w: Lombok Kotlin compiler plugin is an experimental feature. See: https://kotlinlang.org/docs/components-stability.html.

> Task :kaptGenerateStubsTestKotlin
w: Lombok Kotlin compiler plugin is an experimental feature. See: https://kotlinlang.org/docs/components-stability.html.

> Task :compileTestKotlin
w: Lombok Kotlin compiler plugin is an experimental feature. See: https://kotlinlang.org/docs/components-stability.html.

ref. https://kotlinlang.org/docs/lombok.html#using-with-kapt
- warnings:
```
> Task :compileKotlin
w: Lombok Kotlin compiler plugin is an experimental feature. See: https://kotlinlang.org/docs/components-stability.html.

> Task :kaptGenerateStubsTestKotlin
w: Lombok Kotlin compiler plugin is an experimental feature. See: https://kotlinlang.org/docs/components-stability.html.

> Task :compileTestKotlin
w: Lombok Kotlin compiler plugin is an experimental feature. See: https://kotlinlang.org/docs/components-stability.html.
```
@namhokim namhokim self-assigned this Sep 13, 2022
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