Skip to content

Update dependencies#39

Merged
LaStrada merged 5 commits intomainfrom
chore/update-dependencies
Apr 23, 2026
Merged

Update dependencies#39
LaStrada merged 5 commits intomainfrom
chore/update-dependencies

Conversation

@LaStrada
Copy link
Copy Markdown
Member

Description ✏️

Screenshots / Recordings 📷

How to Test 🐛

References 🔗

Copilot AI review requested due to automatic review settings April 22, 2026 19:07
@LaStrada LaStrada requested review from a team as code owners April 22, 2026 19:07
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the build toolchain and version catalog to newer Kotlin/Gradle/AGP ecosystem versions, with accompanying Gradle DSL adjustments and some Kotlin source reformatting in the logging module.

Changes:

  • Bump Gradle wrapper and multiple dependency/plugin versions via libs.versions.toml.
  • Migrate Kotlin compiler configuration in build.gradle.kts to the newer compilerOptions/compileTaskProvider APIs.
  • Minor Kotlin source formatting changes across a few logging classes/functions.

Reviewed changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/commonMain/kotlin/com/airthings/lib/logging/platform/DelegateFileInputOutput.kt Minor refactor of missing-folder handler to an expression body.
src/commonMain/kotlin/com/airthings/lib/logging/message/NetworkLogMessage.kt Formatting change to primary constructor / superclass call layout.
src/commonMain/kotlin/com/airthings/lib/logging/Logger.kt Formatting change to primary constructor signature.
src/commonMain/kotlin/com/airthings/lib/logging/LogMessage.kt Formatting change to primary constructor signature.
src/commonMain/kotlin/com/airthings/lib/logging/LogDate.kt Formatting changes, plus modified after() comparison logic.
gradle/wrapper/gradle-wrapper.properties Gradle wrapper distribution URL updated.
gradle/libs.versions.toml Version catalog updates (Kotlin, coroutines, datetime, AGP, ktlint, etc.).
build.gradle.kts Update Kotlin/Gradle configuration DSL usage; remove targetSdk from defaultConfig.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/commonMain/kotlin/com/airthings/lib/logging/LogDate.kt Outdated
@LaStrada LaStrada enabled auto-merge (squash) April 23, 2026 08:44
@LaStrada LaStrada merged commit 0b9c27a into main Apr 23, 2026
2 checks passed
@LaStrada LaStrada deleted the chore/update-dependencies branch April 23, 2026 08:45
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