-
Notifications
You must be signed in to change notification settings - Fork 45
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
Move to ijp 243 #628
Move to ijp 243 #628
Conversation
gradle/libs.versions.toml
Outdated
ideaPlugin = "2.1.0" | ||
jna = "5.14.0" | ||
kotlin = "1.9.24" | ||
kotlin = "2.0.10" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you confirm this is the IJP version? The documentation is outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it looks like 2.0.21-rc, but I am not sure
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hsz do you know by any chance?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have re-checked and indeed the intellij in latest master uses 2.0.21-RC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't look like you updated the Kotlin version here accordingly tho
...andalone/src/main/kotlin/org/jetbrains/jewel/samples/standalone/view/markdown/JewelReadme.kt
Outdated
Show resolved
Hide resolved
56a865c
to
66b22a5
Compare
gradle/libs.versions.toml
Outdated
ideaPlugin = "2.1.0" | ||
jna = "5.14.0" | ||
kotlin = "1.9.24" | ||
kotlin = "2.0.10" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't look like you updated the Kotlin version here accordingly tho
This includes: * Migrating SwingBridgeService to LafFlowService * Bumping IJP platform to 243 * Targeting theme gen to 243.19420.21 * Bumping to Kotlin 2.0 * Switching to the new Compose Compiler Gradle plugin * Bumping Poko, KotlinPoet, kotlinx-serialization * Bumping kotlinx-binary-compatibility-validator * Pre-emptively bumping Jewel to 0.25.0
66b22a5
to
47c7d63
Compare
No description provided.