com.github.skjolber.aotc
Owner: Thomas Skjølberg
Library supporting use of Ahead-of-Time Compilation.
https://github.com/skjolber/aotc-gradle-plugin
Sources: https://github.com/skjolber/aotc
Version 1.0.0
1.0.0
Created 09 March 2019.
Library supporting use of Ahead-of-Time Compilation.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.skjolber.aotc") version "1.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.skjolber.aotc:plugin:1.0.0") } } apply(plugin = "com.github.skjolber.aotc")
- Applying plugins to all subprojects .