Added multi-module tests on incremental compilation.
Changing code wasn't required, Java's incremental caches were enough.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package c
|
||||
|
||||
fun c() {
|
||||
b.bb()
|
||||
}
|
||||
Reference in New Issue
Block a user