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:
+7
@@ -0,0 +1,7 @@
|
||||
package module3
|
||||
|
||||
import module2.*
|
||||
|
||||
fun c() {
|
||||
b()
|
||||
}
|
||||
Reference in New Issue
Block a user