Rename: jps-plugin -> jps/jps-plugin
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
fun a() = "a"
|
||||
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
fun b() = "b"
|
||||
@@ -0,0 +1,3 @@
|
||||
package bar
|
||||
|
||||
fun b() = "b"
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Cleaning output files:
|
||||
out/production/module/META-INF/module.kotlin_module
|
||||
out/production/module/bar/CKt.class
|
||||
out/production/module/foo/BKt.class
|
||||
End of files
|
||||
Compiling files:
|
||||
src/b.kt
|
||||
src/c.kt
|
||||
End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
@@ -0,0 +1,3 @@
|
||||
package bar
|
||||
|
||||
fun c() = "c"
|
||||
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
fun c() = "c"
|
||||
Reference in New Issue
Block a user