Rename: jps-plugin -> jps/jps-plugin
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
================ Step #1 =================
|
||||
|
||||
Cleaning output files:
|
||||
out/production/module/META-INF/module.kotlin_module
|
||||
out/production/module/test/ConstKt.class
|
||||
End of files
|
||||
Compiling files:
|
||||
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: ABORT
|
||||
------------------------------------------
|
||||
COMPILATION FAILED
|
||||
Unresolved reference: test
|
||||
An annotation argument must be a compile-time constant
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package test
|
||||
|
||||
const val CONST = "foo"
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
package usage
|
||||
|
||||
@Deprecated(test.CONST)
|
||||
val usage = ""
|
||||
|
||||
Reference in New Issue
Block a user