6.7.0 - Alpha6 - Gradle 构建脚本转换 (Groovy -> Kotlin DSL)

This commit is contained in:
SuperMonster003
2025-09-30 22:30:06 +08:00
parent 834cde26ea
commit 4fe314d301
23 changed files with 609 additions and 573 deletions

View File

@@ -165,10 +165,11 @@ public class ProjectConfig {
})
private List<String> mFeatures = new ArrayList<>();
@SerializedName("excludedDirs")
@SerializedName("excludeDirs")
@SerializedNameCompatible(with = {
@With(value = "ignoredDirs", target = {"AutoJs4", "AutoX"}),
@With(value = "ignore", target = {"Unknown"}),
@With(value = "excludedDirs"),
})
private final List<String> mExcludedDirs = new ArrayList<>();