Thank you, I will take a look the the instruction.
I didn't describe it clearly, sorry about that.
I made some changes to
compiler
module and renamed the funtion
needEqualsHashCodeMethods
to `needEqualsHashCodeToStringMethods`(which is the only part related to native module of my changes)
Since the result of my generated unit test is not what I expected, and I see the prompt of
load gradle changes
appears in the upper right corner(as shown in the screenshot) , I guess maybe I'm still running the old code and I should
load gradle changes
first.
I click the button, but an error was reported:
Task 'wrapper' not found in project ':kotlin-native:backend.native:tests'.
I want to fix this mistake and go on with my work