Multiple gutter icons of Related XML files in Android Studio with Kotlin

Viewed 500

In Android Studio, I just noticed 4 gutter icons of Related XML file in Kotlin Activity, even if they are all related to the same layout XML file.

enter image description here

While in Java Activity there is only one.

What might be the reason for this?

1 Answers
Related