v1.0.0-alpha02
Pre-release
Pre-release
Kiln 1.0.0-alpha02
Bug fix
- Fixed a critical issue where the Gradle plugin was referencing
1.0.0-SNAPSHOTforannotations,runtime, andprocessordependencies instead of the correct published version. Consumer builds would fail to resolve these artifacts. This release corrects the VERSION constant so all dependencies resolve from Maven Central.
Setup
plugins {
id("io.github.sufarook.kiln") version "1.0.0-alpha02"
}Maven coordinates
| Artifact | Coordinate |
|---|---|
| Plugin | io.github.sufarook.kiln:1.0.0-alpha02 |
| Annotations | io.github.sufarook.kiln:annotations:1.0.0-alpha02 |
| Runtime | io.github.sufarook.kiln:runtime:1.0.0-alpha02 |
| Processor | io.github.sufarook.kiln:processor:1.0.0-alpha02 |