5b4101ee0d
New cache version was written to dependent targets,
when they have not been compiled yet
#KT-9190 Fixed
Original commit: c7f66a1585
8 lines
63 B
Kotlin
8 lines
63 B
Kotlin
package module2
|
|
|
|
import module1.*
|
|
|
|
fun b(param: A) {
|
|
a()
|
|
}
|