DEV Community

Thomas Mittelstaedt
Thomas Mittelstaedt

Posted on

Answer: Cannot inline bytecode built with JVM target 1.8 into bytecode that is being built with JVM target 1.6

In Android Studio 4.3.2 adding through the below procedure is not working.

  1. Open the IntelliJ preferences
  2. Go to Build, Execution, Deployment > Compiler > Kotlin Compiler BUT Other Settings > Kotlin compiler if Android Studio > 3.4
  3. Change the Target JVM version to 1.8
  4. Click Apply

The reason is, Android…

Top comments (0)