Searched refs:withType (Results 1 – 6 of 6) sorted by relevance
38 plugins.withType<AndroidBasePlugin> { in <lambda>()56 plugins.withType<AndroidBasePlugin> { in <lambda>()67 tasks.withType<KotlinCompile> { in <lambda>()
18 tasks.withType(JavaCompile) {
24 tasks.withType(JavaCompile) {
27 tasks.withType(JavaCompile) {
747 public static String lookUpResourceName(@NonNull Resources res, int resId, boolean withType, in lookUpResourceName() argument760 return withType ? getResourceTypeAndEntryName(fullName) in lookUpResourceName()