Slackbot
06/03/2022, 3:32 PMLouis Jacomet
06/07/2022, 9:41 AMimplementation("foo:bar:1.0") {
attributes {
// ...
}
}
Jakob K
06/07/2022, 2:22 PMui
. Weirdly, only the skiko variant for android has the UI attribute set to "android", but the skiko variant for awt did not have that attribute.
That's why I searched how to ask for an attribute to not be present, but I couldn't find a solution for that.
Then I found out that if I ask for a value of this attribute which does not even exist, Gradle uses the variant which does not have the attribute set, which in my case was the correct one. So I got it to work now, but it is just a workaround at the moment.