Hi, I am using the `FirDeclarationGenerationExtens...
# compiler
d
Hi, I am using the
FirDeclarationGenerationExtension
to generate a new constructor to the annotated class and it is getting generated correctly but the Intellij Idea is not resolving the generated code.
y
You need to use K2 mode in Intellij
d
Thanks, after enabling K2 mode idea is recognising the newly added constructor's parameters but it is still giving error that other paramters are not provided which are part of other constructors(Could say that it is not fully recognising the newly generated constructor), is it a know issue or is there something i might be missing? And also It would be very helpful if you could reference me somthing where is can find the old method of generating synthetic members.
e
d
Yeah, Might be related to this issue tried disabling the flag as well but didn't work.