Rename: jps-plugin -> jps/jps-plugin
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Cleaning output files:
|
||||
out/production/module/META-INF/module.kotlin_module
|
||||
out/production/module/constant/ConstantKt.class
|
||||
End of files
|
||||
Compiling files:
|
||||
src/constant.kt
|
||||
End of files
|
||||
Marked as dirty by Kotlin:
|
||||
src/usage.kt
|
||||
Exit code: ADDITIONAL_PASS_REQUIRED
|
||||
------------------------------------------
|
||||
Cleaning output files:
|
||||
out/production/module/META-INF/module.kotlin_module
|
||||
out/production/module/usage/UsageKt.class
|
||||
End of files
|
||||
Compiling files:
|
||||
src/usage.kt
|
||||
End of files
|
||||
Exit code: OK
|
||||
------------------------------------------
|
||||
@@ -0,0 +1,3 @@
|
||||
package constant
|
||||
|
||||
const val X = 10
|
||||
@@ -0,0 +1,3 @@
|
||||
package constant
|
||||
|
||||
const val X = 11
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
kotlin-data-container
|
||||
data-container-format-version.txt
|
||||
counters.tab
|
||||
file-to-id.tab
|
||||
id-to-file.tab
|
||||
lookups.tab
|
||||
Module 'module' production
|
||||
format-version.txt
|
||||
jvm-build-meta-info.txt
|
||||
constants.tab
|
||||
internal-name-to-source.tab
|
||||
package-parts.tab
|
||||
proto.tab
|
||||
source-to-classes.tab
|
||||
Module 'module' tests
|
||||
@@ -0,0 +1,4 @@
|
||||
package usage
|
||||
|
||||
fun f(): Int =
|
||||
constant.X
|
||||
Reference in New Issue
Block a user