-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Cannot invoke "String.trim()" because "in" is null #2309
Comments
|
Yeah it was not immediately clear to me hence the issue. And at this time I played with the alpha version to get it working, but with some adjustment on the compiler module, see #2108 (comment) So follow up on #2108 |
bric3
added a commit
to bric3/gctk
that referenced
this issue
Sep 20, 2022
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm building a new project with jetbrains compose (plugin version 1.1.1), kotlin 1.7.20-RC
But the loading of the plugin fails with this error
Also when setting the jvm target, eg.
kotlinOptions.jvmTarget = "17"
, the error then become aboutvoid org.jetbrains.kotlin.gradle.dsl.KotlinJvmOptions.setUseIR(boolean)
The text was updated successfully, but these errors were encountered: