Fix recompilation of dependent modules on cache/abi version change
New cache version was written to dependent targets, when they have not been compiled yet #KT-9190 Fixed
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
package module1
|
||||
|
||||
class A
|
||||
|
||||
fun a() {
|
||||
}
|
||||
Reference in New Issue
Block a user