FindPlugsTask.classesFolderschanged from@CompileClasspathto@Classpath, hopefully fixing up-to-date problem. (#79)
FindPlugsTaskhad an up-to-date issue in projects with mixed Kotlin and Java. (#68)
- Cacheability, incremental task, and huge speed improvement. (#66)
plugGeneraterefactored intoplugFindfollowed byplugGenerate
- Bump all dependencies to latest, especially Kotlin to 2.0. (#22)
- Add methods for taking
KClassinstead of justClassto prepare for Kotlin Multiplatform. (#8)
- Fixing
EOFExceptionGradle daemon problem brought theZipExceptionproblem back, now fixed. (#6)
- The Gradle daemon would throw
EOFExceptionwhen adding new components in a warm daemon due to Jar URL caching, now fixed. (#4)
- The Gradle daemon would throw
ZipExceptionduring the second invocation of metadata generation, now fixed.
- Migration to open source is WIP.