We are currently working on a Ratpack project written in Groovy compiled using Gradle. We would like to start using Kotlin as well in that same project. I ’ve gotten it working using this solution:
https://stackoverflow.com/a/37851957 But, as the solution says, this only gives me possible dependencies one way, either from Groovy to Kotlin or Kotlin to Groovy. We, of course, want it both ways 😀 . Has anyone gotten anything like that to work?