6.7.0 - Alpha6 - Gradle 构建脚本转换 (Groovy -> Kotlin DSL)
This commit is contained in:
@@ -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<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user