I know it sounds gross, but is there a way to teac...
# gradle
r
I know it sounds gross, but is there a way to teach Kotlin that a different Gradle module is my “friend” and I want to see its internal code? I’m referring to the
friend-path
Kotlin compiler argument.
o
kotlinOptions.freeCompilerArgs
? allows you to set any compiler arguments
r
I don’t think this will work with the IDE. I forwarded this message into #build-tools after I’ve noticed that this channel is only about the Kotlin DSL. There are more comments.