AtPlug releases
May 27, 2025 ยท View on GitHub
[Unreleased]
Fixed
FindPlugsTask.classesFolderschanged from@CompileClasspathto@Classpath, hopefully fixing up-to-date problem. (#79)
[1.2.1] - 2025-02-04
Fixed
FindPlugsTaskhad an up-to-date issue in projects with mixed Kotlin and Java. (#68)
[1.2.0] - 2025-01-27
Added
- Cacheability, incremental task, and huge speed improvement. (#66)
plugGeneraterefactored intoplugFindfollowed byplugGenerate
Changed
[1.1.1] - 2024-07-06
Changed
- Bump all dependencies to latest, especially Kotlin to 2.0. (#22)
[1.1.0] - 2023-04-06
Added
- Add methods for taking
KClassinstead of justClassto prepare for Kotlin Multiplatform. (#8)
[1.0.1] - 2022-12-31
Fixed
- Fixing
EOFExceptionGradle daemon problem brought theZipExceptionproblem back, now fixed. (#6)
[1.0.0] - 2022-12-30
Fixed
- The Gradle daemon would throw
EOFExceptionwhen adding new components in a warm daemon due to Jar URL caching, now fixed. (#4)
[0.1.1] - 2022-02-19
Fixed
- The Gradle daemon would throw
ZipExceptionduring the second invocation of metadata generation, now fixed.
[0.1.0] - 2022-02-16
- Migration to open source is WIP.