05822c59b5
Android Gradle plugin resolves the *Classpath configurations in an artifact view with an artifactType attribute set, which should give a resolved variant with a different `org.gradle.category` attribute. With `org.gradle.category=library` set by the Kotlin Gradle plugin, that couldn't work. To fix this, don't set the `org.gradle.category` attribute on the Android resolvable configurations. TODO: Add integration tests!