Skip to content

Kotlin 2.4.0 - #1829

Open
dellisd wants to merge 1 commit into
trunkfrom
derekellis/2026-06-08/kotlin-2.4
Open

Kotlin 2.4.0#1829
dellisd wants to merge 1 commit into
trunkfrom
derekellis/2026-06-08/kotlin-2.4

Conversation

@dellisd

@dellisd dellisd commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@dellisd
dellisd force-pushed the derekellis/2026-06-08/kotlin-2.4 branch from 3f8adfd to abe076c Compare June 8, 2026 15:41
@dellisd

dellisd commented Jun 9, 2026

Copy link
Copy Markdown
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
dellisd force-pushed the derekellis/2026-06-08/kotlin-2.4 branch from abe076c to e4c2656 Compare June 30, 2026 18:20
Comment thread zipline/build.gradle.kts Outdated
binary.linkTaskProvider.configure {
toolOptions.freeCompilerArgs.addAll(bitcodeTask.map { listOf("-native-library", it.outFile.absolutePath) })
}
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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")
}
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Comment thread gradle/libs.versions.toml Outdated
@dellisd
dellisd force-pushed the derekellis/2026-06-08/kotlin-2.4 branch 2 times, most recently from 541b3ca to 2284752 Compare August 20, 2026 14:52
@dellisd
dellisd force-pushed the derekellis/2026-06-08/kotlin-2.4 branch from 2284752 to e62a028 Compare August 31, 2026 13:41
@dellisd
dellisd force-pushed the derekellis/2026-06-08/kotlin-2.4 branch from e62a028 to 99f5018 Compare August 31, 2026 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants