Sebastian Schuberth
03/22/2023, 8:07 AMresolvedVariant.attributes.getAttribute(Category.CATEGORY_ATTRIBUTE)
in a Gradle plugin written in Kotlin returns null
whereas using resolvedVariant.attributes.getAttribute(Attribute.of("org.gradle.category", String::class.java))
succeeds. Is it expected that the category attribute seems to lose its dedicated type and "coerces" to String?