Added tests with removing files and changing packages.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package a
|
||||
|
||||
fun a1() = ":)"
|
||||
@@ -0,0 +1,3 @@
|
||||
package a
|
||||
|
||||
fun a2() = ":))"
|
||||
@@ -0,0 +1,3 @@
|
||||
package b
|
||||
|
||||
fun b1() = ":("
|
||||
@@ -0,0 +1,3 @@
|
||||
package b
|
||||
|
||||
fun b2() = ":(("
|
||||
@@ -0,0 +1,17 @@
|
||||
Cleaning output files:
|
||||
out/production/module/b/BPackage-b2-*.class
|
||||
out/production/module/b/BPackage.class
|
||||
End of files
|
||||
Compiling files:
|
||||
src/a2.kt
|
||||
End of files
|
||||
Cleaning output files:
|
||||
out/production/module/a/APackage-a1-*.class
|
||||
out/production/module/a/APackage.class
|
||||
out/production/module/b/BPackage-b1-*.class
|
||||
out/production/module/b/BPackage.class
|
||||
End of files
|
||||
Compiling files:
|
||||
src/a1.kt
|
||||
src/b1.kt
|
||||
End of files
|
||||
Reference in New Issue
Block a user