When trying to run the Example CorDapp (GitHub CorDapp) via IntelliJ, I receive the following error:
Cannot inline bytecode built with JVM target 1.8 int
You can fix this issue as follows:
Build, Execution, Deployment
Compiler
Kotlin Compiler
Other Settings
Kotlin compiler
3.4
Target JVM version
1.8
Apply