- Fix a bug that codegen plugins from system search path no longer works. (#675)
- Avoid duplicate GenerateProtoTask output dir. This causes tasks to fail if it depends on the output source and duplicationStrategy is set to
DuplicatesStrategy.FAIL
. (#718) - Avoid eagerly resolving input files in ProtobufExtract. This bug would cause a lot of invalidations of configuration cache when upgrading to Gradle 8.1. (#719)
- Fix plugin compatibility with Kotlin Gradle Plugin 1.9.0 release. (#721)