Made a minor change to `kotlin-native` but does no...
# kotlin-native
s
Made a minor change to
kotlin-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?
a
Hello, @scaventz. What do you mean by this?
does not seem to take effect
If you want to rebuild Kotlin/Native compiler from sources, you should follow the instruction.
s
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