-
-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Back-end (JVM) Internal error: Couldn't inline method call '<set-type>' #262
Comments
Hi, you're using Kotlin 1.4.30 and I unfortunately used experimental inline classes from 1.4.20 in this part of Splitties Views DSL, that's the cause of the crash. I'll publish a new version tomorrow so we both can upgrade to stabilizing inline classes. |
FYI, there's a workaround: using this compiler argument: |
The dev version I'll release a new beta soon after, should be this weekend. |
The dev version |
The issue still exists for me kindly check my project level Gradle and exception log
StackTrace:-
I've also tried to run a sample app from your repository. There are multiple Java versions present in my system, I've tried switching between Java 8 & 15, unable to run posting the stack trace.
|
Yes, because you need to remove the compiler flag I mentioned if you're using the latest dev version. It was only a workaround if you stayed on versions before. PS: No need to say "kindly". |
The issue got resolved, closing it. Thanks a lot 👍✌️ |
I'm reopening it because I still need to publish a new non dev release for 1.4.30+ |
I've used the sample code SayHelloUi in my project but unable to run
Back-end (JVM) Internal error: Couldn't inline method call '' into local final fun com.google.android.material.textfield.TextInputEditText.():
The text was updated successfully, but these errors were encountered: