Recreate module descriptors for affected modules only on a change
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package foo.bar.used
|
||||
|
||||
public fun m1() {
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
import foo.bar.used.*
|
||||
|
||||
public fun m2() {
|
||||
m1()
|
||||
}
|
||||
Reference in New Issue
Block a user