why this kotlin file named Color.kt was different after two times compiled
my androidx.core library version is:
androidx.core:core-ktx:1.2.0
and compile environment is:
org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.30
com.android.tools.build:gradle:4.2.2
gradle 7.4
jdk11
however i found some kotlin files was different in classes.dex after compiled the APK twice.
the different part is:
d2 order in Metadata(the order of d2 values was changed each compiled)
enter image description here▾
...