groovy / groovy-android-gradle-plugin

A Gradle plugin to support the Groovy language for building Android apps
Apache License 2.0
850 stars 116 forks source link

Allow Groovy to compile with Kotlin references #150

Closed AndrewReitz closed 7 years ago

AndrewReitz commented 7 years ago

You can now intermix Java, Kotlin, and Groovy files all in the same project. This pull request adds compiled Kotlin class files to GroovyCompile's classpath allowing these classes to be referenced inside of Groovy files.

Fixes: #139