df533053f9
It was already working in JPS, because it see our synthetic classes as subclasses for SAM's, but with non-JPS build we have to manually tracking places that should be recompiled after SAM members are changed
27 lines
873 B
Plaintext
Vendored
27 lines
873 B
Plaintext
Vendored
================ Step #1 =================
|
|
|
|
Cleaning output files:
|
|
out/production/module/SamInterface.class
|
|
End of files
|
|
Exit code: NOTHING_DONE
|
|
------------------------------------------
|
|
Compiling files:
|
|
src/SamInterface.java
|
|
End of files
|
|
Cleaning output files:
|
|
out/production/module/META-INF/module.kotlin_module
|
|
out/production/module/UsageWithMemberKt$usageWithMember$1.class
|
|
out/production/module/UsageWithMemberKt.class
|
|
out/production/module/UsageWithStaticKt$usageWithStatic$1.class
|
|
out/production/module/UsageWithStaticKt.class
|
|
End of files
|
|
Compiling files:
|
|
src/usageWithMember.kt
|
|
src/usageWithStatic.kt
|
|
End of files
|
|
Exit code: ABORT
|
|
------------------------------------------
|
|
COMPILATION FAILED
|
|
Type mismatch: inferred type is () -> String but SamInterface! was expected
|
|
Type mismatch: inferred type is () -> String but SamInterface! was expected
|