-
-
Notifications
You must be signed in to change notification settings - Fork 19
Deps: Update Kotlin to 2.1.21
#389
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #389 +/- ##
==========================================
- Coverage 79.97% 79.75% -0.23%
==========================================
Files 44 44
Lines 814 815 +1
Branches 110 110
==========================================
- Hits 651 650 -1
- Misses 107 109 +2
Partials 56 56 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Setting it to draft, lots of problems with the K2 compiler right now |
public var contexts: Map<String, Any> = mapOf() | ||
internal set |
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.
internal set
was what messed up the K2 compiler when compiling for native targets. admittedly I have no idea why but it compiles without it 😅
@@ -31,5 +30,5 @@ internal fun wrapUnhandledExceptionHook(hook: (Throwable) -> Unit) { | |||
prevHook.value?.invoke(it) | |||
terminateWithUnhandledException(it) | |||
} | |||
prevHook.value = setUnhandledExceptionHook(wrappedHook.freeze()) |
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.
freeze()
is deprecated / not needed anymore in this kotlin version
@romtsn ready for review when you hve time 🙏 |
Kotlin
2.1.21
adds support for Xcode 16.3 and higher so this is importantAlso update the compose version for the sample apps