You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if it should be classified as a bug, but this behaviour first appeared in 1.6.20, presumably due to #2431 (just an assumption)
Accidentally noticed it when generating documentation for skiko: with Dokka >= 1.6.20 there are significantly fewer purple colored native targets, i.e macos used to be a native target (i.e purple) and now it's common
I've narrowed it down to sourceSets like macOsMain now returning multiple targets:
1.6.10
1.7.20-dev-181 (same for 1.6.20)
The text was updated successfully, but these errors were encountered:
Not sure if it should be classified as a bug, but this behaviour first appeared in
1.6.20
, presumably due to #2431 (just an assumption)Accidentally noticed it when generating documentation for skiko: with Dokka >= 1.6.20 there are significantly fewer purple colored native targets, i.e
macos
used to be a native target (i.e purple) and now it'scommon
I've narrowed it down to sourceSets like
macOsMain
now returning multiple targets:1.6.10
1.7.20-dev-181 (same for 1.6.20)
The text was updated successfully, but these errors were encountered: