Build: Add KotlinVersionCurrentValue to runtime classpath normalization
To avoid cache misses between local and remote build
This commit is contained in:
@@ -460,6 +460,7 @@ allprojects {
|
||||
ignore("META-INF/MANIFEST.MF")
|
||||
ignore("META-INF/compiler.version")
|
||||
ignore("META-INF/plugin.xml")
|
||||
ignore("kotlin/KotlinVersionCurrentValue.class")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user