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 module2
|
||||
|
||||
import module1.*
|
||||
|
||||
fun b(param: A) {
|
||||
a()
|
||||
}
|
||||
Reference in New Issue
Block a user