- Bump all dependencies to latest.
- Bump all dependencies to latest, especially Kotlin to 2.0. (#22)
- Add methods for taking
KClass
instead of justClass
to prepare for Kotlin Multiplatform. (#8)
- Fixing
EOFException
Gradle daemon problem brought theZipException
problem back, now fixed. (#6)
- The Gradle daemon would throw
EOFException
when adding new components in a warm daemon due to Jar URL caching, now fixed. (#4)
- The Gradle daemon would throw
ZipException
during the second invocation of metadata generation, now fixed.
- Migration to open source is WIP.