question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot inline bytecode built with JVM target 11 into bytecode that is being built with JVM target 1.8. Please specify proper '-jvm-target' option

See original GitHub issue

Please complete the following information:

  • Library Version - 1.3.9
  • Affected Device(s) - Asus Zenfone Max Pro M1

Describe the Bug:

image

ToolTipUtils.kt: (24, 23): Cannot inline bytecode built with JVM target 11 into bytecode that is being built with JVM target 1.8. Please specify proper '-jvm-target' option

Android Studio Version

Android Studio Arctic Fox | 2020.3.1 Patch 3
Build #AI-203.7717.56.2031.7784292, built on October 1, 2021
Runtime version: 11.0.10+0-b96-7249189 amd64
VM: OpenJDK 64-Bit Server VM by Oracle Corporation
Windows 10 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 1280M
Cores: 12
Registry: external.system.auto.import.disabled=true
Non-Bundled Plugins: com.dengzii.plugin.adb, wu.seal.tool.jsontokotlin, org.jetbrains.kotlin

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
skydovescommented, Oct 29, 2021

A new stable 1.4.0 has been released.

1reaction
IgorSerbaicommented, Oct 28, 2021

1.3.8 version same error. Downgrade to 1.3.7 helped

Read more comments on GitHub >

github_iconTop Results From Across the Web

android - Cannot inline bytecode built with JVM target 1.8 into ...
In my case, just changingTarget JVM Version like this: File > Setting > Kotlin Compiler > Target JVM Version > 1.8 did not...
Read more >
Bogus error "Cannot inline bytecode built with JVM target 11 ...
Cannot inline bytecode built with JVM target 11 into bytecode that is being built with JVM target 1.8. Please specify proper '-jvm-target' option....
Read more >
[Solved] Can not inline bytecode built with JVM target 1.8 into ...
this issue is very easy to solve. the reason behind this error is default jvm version. which is by default 1.6. we have...
Read more >
“Cannot inline bytecode built with JVM target ... - Code Grepper
“Cannot inline bytecode built with JVM target 11 into bytecode that is being built with JVM target 1.8. ... Please specify proper '-jvm-target'...
Read more >
How to configure Kotlin target JVM - CUBA.Platform
... I get is: Cannot inline bytecode built with JVM target 1.8 into bytecode that is being built with JVM target 1.6. Please...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found