Note that if you expect to see the changes you made in the compiler in the stdlib code, you need to perform so-called bootstrap:
⢠publish compiler artifacts with
publish
gradle task,
⢠then on the next gradle invocation specify property
boostrap.local
, e.g.
gradlew <tasks> -Pboostrap.local
This way the entire project including stdlib will be rebuilt with the fresh compiler.