Hey guys! I am playing a little bit with the kotli...
# kontributors
j
Hey guys! I am playing a little bit with the kotlin compiler, and I was wondering how we can access the compiler logs when compiling a project in a freshly build IDEA instance ? I am launching AS Studio using ./gradlew runIde and I'd like to access the logs of the compiler when building my Android project. Also, are there any useful docs about those kind of things to get started on working on kotlinc ?
g
I’m not sure, but if you build Android project so most probably it’s gradle project, maybe just enable debug for gradle build?