helpcrunch / android-sdk-demo

Public demo for HelpCrunch Android SDK
Apache License 2.0
9 stars 1 forks source link

Back-end (JVM) Internal error: wrong bytecode generated #15

Closed salan1 closed 3 years ago

salan1 commented 4 years ago

Hi,

Trying to add v3 to a android kotlin project and failing to build with error below. e: org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: wrong bytecode generated

` [ERROR] [org.gradle.api.Task] e: org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: wrong bytecode generated

File being compiled: (124,85) in ... The root cause org.jetbrains.kotlin.codegen.CompilationException was thrown at: org.jetbrains.kotlin.codegen.TransformationMethodVisitor.visitEnd(TransformationMethodVisitor.kt`
TalbotGooday commented 4 years ago

Hello. Sorry for the long wait. Have you already added the code to initialize, display the chat or create a theme? I mean, any HelpCrunch code. Or the problem began to show exact after adding the library?

salan1 commented 4 years ago

Migrating froma working v2 and I had added everything per docs for v3 but get the above issue.

TalbotGooday commented 4 years ago

Can you send me this code, please?

TalbotGooday commented 3 years ago

Closed for lack of conversation