-
-
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #389 +/- ##
==========================================
- Coverage 78.29% 78.08% -0.22%
==========================================
Files 44 44
Lines 834 835 +1
Branches 113 113
==========================================
- Hits 653 652 -1
- Misses 125 127 +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 🙏 |
new publication impl has been added |
…lishToMavenLocal` (#425) * Update * Update * Update * Let CI run for testing * Update * Update * Update * Update * Update * Clean up * Update use maybeCreate always
Kotlin
2.1.21
adds support for Xcode 16.3 and higher so this is importantAlso update the compose version for the sample apps