what is the state of kapt and spring boot? I'm usi...
# spring
b
what is the state of kapt and spring boot? I'm using kapt to generate configuration properties
1
t
as far as I know there is no replacement and it's working fine
b
yeah, just got rid of it and intellij works fine
not sure if anything else depends on that though
t
if you don't need it for mapstruct or something like this, you can drop it - depends on your project
b
thank you