scaventz
06/07/2021, 11:11 AMkotlin-native but does not seem to take effect. I think it might be helpful to click the load gradle changes button, but an error was reported, what should I do?Artyom Degtyarev [JB]
06/07/2021, 11:22 AMdoes not seem to take effectIf you want to rebuild Kotlin/Native compiler from sources, you should follow the instruction.
scaventz
06/07/2021, 11:52 AMcompiler 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