Kotlin 2.4.0 - #1829
Open
dellisd wants to merge 1 commit into
Open
Conversation
dellisd
force-pushed
the
derekellis/2026-06-08/kotlin-2.4
branch
from
June 8, 2026 15:41
3f8adfd to
abe076c
Compare
Contributor
Author
|
Blocked on cklib support: touchlab/cklib#25 |
msfjarvis
added a commit
to msfjarvis/compose-lobsters
that referenced
this pull request
Jun 10, 2026
dellisd
force-pushed
the
derekellis/2026-06-08/kotlin-2.4
branch
from
June 30, 2026 18:20
abe076c to
e4c2656
Compare
carlonzo
reviewed
Jul 7, 2026
| binary.linkTaskProvider.configure { | ||
| toolOptions.freeCompilerArgs.addAll(bitcodeTask.map { listOf("-native-library", it.outFile.absolutePath) }) | ||
| } | ||
| } |
There was a problem hiding this comment.
Suggested change
| } | |
| } | |
| // https://youtrack.jetbrains.com/issue/KT-87123 | |
| tasks.matching { it.name == "${nativeTarget.name}Klib" }.configureEach { | |
| (this as org.gradle.api.tasks.bundling.Zip).from(bitcodeTask.map { it.outFile }) { | |
| into("default/targets/${nativeTarget.konanTarget.name}/native") | |
| } | |
| } |
There was a problem hiding this comment.
re-embedding the native library compiled by cklib, I was able to get this working. would that work as workaround until the fix from kotlin side (merged today 🎉 here ) releases in a stable version?
dellisd
force-pushed
the
derekellis/2026-06-08/kotlin-2.4
branch
2 times, most recently
from
August 20, 2026 14:52
541b3ca to
2284752
Compare
dellisd
force-pushed
the
derekellis/2026-06-08/kotlin-2.4
branch
from
August 31, 2026 13:41
2284752 to
e62a028
Compare
dellisd
force-pushed
the
derekellis/2026-06-08/kotlin-2.4
branch
from
August 31, 2026 14:41
e62a028 to
99f5018
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.