-
Notifications
You must be signed in to change notification settings - Fork 38
Sample Viewer: Update dependencies #349
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
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.
LGTM! I compared with SDK and tested sample viewer with this branch.
...convention/src/main/java/com/esri/arcgismaps/kotlin/build_logic/convention/AndroidCompose.kt
Show resolved
Hide resolved
// `kotlin-dsl` applied here uses embedded Kotlin version 1.9.23 for gradle wrapper 8.9 | ||
// https://docs.gradle.org/current/userguide/compatibility.html#kotlin | ||
// This is needed as newer versions of kotlinx-serialization has been compiled using Kotlin 2.0+ | ||
// https://github.com/Kotlin/kotlinx.serialization/releases | ||
// Sample modules do not use kotlin-dsl, instead uses latest kotlin serialization from libs versions. | ||
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3") |
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.
@puneet-pdx Added a comment which hope helps explains the need for the revert change to keep in sync with toolkit. Ready for your review!
Description
PR to update dependencies to aim to depend on the latest versions.
28
.Links and Data
Sample isse: #5647