You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At buck documentation. Need to set jvm-target at BUCK file. But can't modify BUCK file when using okbuck.
okbuck version : 0.51.2 https://buck.build/rule/kotlin_library.html
Here is error message.
error: cannot inline bytecode built with JVM target 1.8 into bytecode that is being built with JVM target 1.6. Please specify proper '-jvm-target' option
I had tried extraBuckOpts and dived to okbuck source code. There is no kotlin_library rule for it.
The text was updated successfully, but these errors were encountered:
FightJames
changed the title
Can't set JVM-target in okbuck which need to compile on jvm 1.8.
Can't set JVM-target in okbuck which need to run on jvm 1.8.
Nov 4, 2020
At buck documentation. Need to set jvm-target at BUCK file. But can't modify BUCK file when using okbuck.
okbuck version : 0.51.2
https://buck.build/rule/kotlin_library.html
Here is error message.
BUCK file generated by okbuck.
I had tried extraBuckOpts and dived to okbuck source code. There is no kotlin_library rule for it.
The text was updated successfully, but these errors were encountered: