Skip to content

Work around extractingToTemp removal in Kotlin 2.2.0#829

Merged
Alex009 merged 11 commits into
icerockdev:developfrom
zacharee:extractingToTemp-fix
Jun 29, 2025
Merged

Work around extractingToTemp removal in Kotlin 2.2.0#829
Alex009 merged 11 commits into
icerockdev:developfrom
zacharee:extractingToTemp-fix

Conversation

@zacharee

@zacharee zacharee commented Jun 28, 2025

Copy link
Copy Markdown
Contributor

Resolves #827

How I tested:

  1. Set resourcesVersion to 0.25.0 in moko.versions.toml.
  2. Run ./gradlew publishToMavenLocal.
  3. Add mavenLocal() repo to a consuming project using Kotlin 2.2.0.
  4. Sync and run on an iOS simulator.

@zacharee zacharee force-pushed the extractingToTemp-fix branch from c760dc8 to 80aef33 Compare June 28, 2025 15:30
@zacharee zacharee changed the title [WIP] Work around extractingToTemp removal in Kotlin 2.2.0 Work around extractingToTemp removal in Kotlin 2.2.0 Jun 28, 2025
@zacharee zacharee marked this pull request as ready for review June 28, 2025 16:23
@Alex009 Alex009 changed the base branch from master to develop June 29, 2025 07:07

@Alex009 Alex009 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

also we need kotlin 2.2.0 sample to autotest it.
kotlin-2-dynamic-sample or kotlin-2-tests can be used for it - both sample now use kotlin 2.1.0 so we can just migrate one of them to 2.2.0

@Alex009 Alex009 added this to the 0.25.0 milestone Jun 29, 2025
@zacharee

Copy link
Copy Markdown
Contributor Author

I updated kotlin-2-sample and kotlin-2-dynamic-sample to use 2.2.0.

@Alex009 Alex009 merged commit 79e3fa2 into icerockdev:develop Jun 29, 2025
34 checks passed
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.

moko-resources seems to be incompatible with kotlin 2.2.0

2 participants