Skip to content
This repository was archived by the owner on Aug 19, 2020. It is now read-only.

Files

Latest commit

abc3d58 · Mar 31, 2020

History

History

groovy-interop

groovy-interop

This sample demonstrates how to interact with Groovy code from Kotlin.

The Kotlin build script applies a Groovy build script which then exposes a Closure as an extra project property.

The exposed Closure is imported in Kotlin as a delegated property and invoked by the registered Kotlin tasks.