Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 640 Bytes

readme.md

File metadata and controls

53 lines (34 loc) · 640 Bytes

Universal Kotlin

Plugin -> JVM -> Gradle

Module with an example of a JVM Gradle plugin.

Setting Up

export enabledModules="plugin-jvm-gradle"

The other modules, on which this module depends, will be automatically enabled.

Building

./gradlew :plugin-jvm-gradle:build

or in a simplified way (can run more tasks):

./gradlew build

Testing

./gradlew :plugin-jvm-gradle:check

or in a simplified way (can run more tasks):

./gradlew check