5 lines
113 B
Kotlin
5 lines
113 B
Kotlin
package c
|
|
|
|
fun c() {
|
|
// This file doesn't use anything from module1, so it won't be recompiled after change
|
|
} |