tarek
10/28/2019, 11:42 AM:js:js.translator that affects :kotlin-test:kotlin-test-js:kotlin-test-js-it
I made changes to files in :js:js.translator and then rebuild it (./gradlew :js:js.translator:build)
But it does not seem to affect behavior of :kotlin-test:kotlin-test-js:kotlin-test-js-it
I’m sure there’s a missing step to ensure that module uses the newly (locally) built kotlin version, like publishLocally or something
I tried ./gradlew install in the root dir and then mvn install in the libraries dir but it still does not seem to work
Any ideas? 🙏ilya.gorbunov
10/28/2019, 11:45 PM./gradlew publish and then use kotlin gradle plugin and compiler from there passing -Pbootstrap.local option to gradleilya.gorbunov
10/28/2019, 11:45 PMtarek
10/29/2019, 8:56 AMtarek
10/29/2019, 8:56 AMtarek
10/29/2019, 10:52 PM