Hi, I need to enhance Kotlin compiler and add some...
# kontributors
g
Hi, I need to enhance Kotlin compiler and add some new syntax and I'm getting familiar with the code. Can someone point me to some resources regarding the build / test process? In particular, after some modifications, how to run or debug the compiler, specify input files, which gradle task to run, etc? I'm using Intellij, but can work with command line too. With what I have found so far, I can do gradlew dist and manually run dist/.../kotlinc with some arguments, is there better way to do it from IDE? How to debug it?