Searched refs:getByType (Results 1 – 3 of 3) sorted by relevance
55 public static Set<CLDRLocale> getByType(Type t) { in getByType() method in SpecialLocales
238 …val mainConfigurationName = project.extensions.getByType(KotlinMultiplatformExtension::class.java)… in Project()243 …val testConfigurationName = project.extensions.getByType(KotlinMultiplatformExtension::class.java)… in Project()
232 val androidComponents = project.extensions.getByType(AndroidComponentsExtension::class.java) in <lambda>()