Skip to content

Bump the app-dependencies group across 1 directory with 32 updates - #69

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/app-dependencies-3365e41df4
Open

Bump the app-dependencies group across 1 directory with 32 updates#69
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/app-dependencies-3365e41df4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the app-dependencies group with 32 updates in the / directory:

Package From To
gradle-wrapper 8.11.1 9.7.0
app.cash.sqldelight:gradle-plugin 2.2.1 2.3.2
app.cash.sqldelight:android-driver 2.2.1 2.3.2
app.cash.sqldelight:native-driver 2.2.1 2.3.2
app.cash.sqldelight:sqlite-driver 2.2.1 2.3.2
app.cash.sqldelight:coroutines-extensions 2.2.1 2.3.2
io.insert-koin:koin-android 4.1.1 4.2.2
io.insert-koin:koin-compose 4.1.1 4.2.2
io.insert-koin:koin-core 4.1.1 4.2.2
io.insert-koin:koin-test 4.1.1 4.2.2
org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose 2.9.6 2.11.0
org.jetbrains.compose.runtime:runtime 1.10.2 1.11.1
org.jetbrains.compose.foundation:foundation 1.10.2 1.11.1
org.jetbrains.compose.material:material 1.10.2 1.11.1
org.jetbrains.compose.ui:ui 1.10.2 1.11.1
org.jetbrains.compose.ui:ui-tooling-preview 1.10.2 1.11.1
org.jetbrains.compose.components:components-resources 1.10.2 1.11.1
org.jetbrains.compose.components:components-ui-tooling-preview 1.10.2 1.11.1
org.jetbrains.compose 1.10.2 1.11.1
io.coil-kt.coil3:coil-compose 3.4.0 3.5.0
io.coil-kt.coil3:coil-network-ktor3 3.4.0 3.5.0
androidx.appcompat:appcompat 1.7.1 1.8.0
com.google.android.material:material 1.13.0 1.14.0
androidx.activity:activity-compose 1.12.4 1.13.0
io.ktor:ktor-client-core 3.4.1 3.5.2
io.ktor:ktor-client-android 3.4.1 3.5.2
io.ktor:ktor-client-ios 3.4.1 3.5.2
io.ktor:ktor-client-apache 3.4.1 3.5.2
io.ktor:ktor-serialization-kotlinx-json 3.4.1 3.5.2
io.ktor:ktor-client-content-negotiation 3.4.1 3.5.2
io.ktor:ktor-client-logging 3.4.1 3.5.2
io.ktor:ktor-client-mock 3.4.1 3.5.2

Updates gradle-wrapper from 8.11.1 to 9.7.0

Release notes

Sourced from gradle-wrapper's releases.

9.7.0

The Gradle team is excited to announce Gradle 9.7.0.

Here are the highlights of this release:

  • Isolated Projects graduates to incubating
  • Broader Configuration Cache compatibility
  • More source locations in problem reports

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Adam, Aman Gautam, Aman Kumar, Anton Dubrouski, Aurimas, gbhavya07, Josh Friend, nicklauslittle-gov, Pragati, project516, Qin Mi, Ravi, sk-reddy17, Suvrat Acharya, Yongshun Ye.

Upgrade instructions

Switch your build to use Gradle 9.7.0 by updating your wrapper:

./gradlew :wrapper --gradle-version=9.7.0 && ./gradlew :wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

9.7.0 RC3

The Gradle team is excited to announce Gradle 9.7.0 RC3.

Here are the highlights of this release:

  • Isolated Projects graduates to incubating

... (truncated)

Commits
  • 3defbfc make DistributionIntegrationSpec more permissive for releases (#38766)
  • f176043 make DistributionIntegrationSpec more permissive for releases
  • b0828da Prepare release notes for Gradle 9.7.0GA (#38756)
  • 064b6d6 cleanup
  • dfe7bdc add new training to release notes
  • 7561968 add release notes for 37801
  • 68a1f35 cherrypick 38367 to release
  • a462c95 Rebalance AllVersionsCrossVersion buckets for agents without TestDistribution...
  • 820e2b1 Update Gradle wrapper to version 9.7.0-rc-3 (#38743)
  • 75ea3d7 Update Gradle wrapper to version 9.7.0-rc-3
  • Additional commits viewable in compare view

Updates app.cash.sqldelight:gradle-plugin from 2.2.1 to 2.3.2

Release notes

Sourced from app.cash.sqldelight:gradle-plugin's releases.

2.3.2

[!NOTE] Versions 2.3.0 and 2.3.1 were skipped due to publication issues.

Added

  • [PostgreSQL Dialect] Improved support for ALTER TABLE ALTER TYPE USING expressions (#6116 by @​griffio)
  • [PostgreSQL Dialect] Add support for DROP COLUMN IF EXISTS (#6112 by @​griffio)
  • [Gradle Plugin] Add expandSelectStar flag to switch off Select wildcard expansions (#5813 by @​griffio)
  • [MySQL Dialect] Add support for Window Functions (#6086 by @​griffio)
  • [Gradle Plugin] Fix build failure when starting schema version is not 1 and verifyMigrations is true (#6017 by @​neilgmiller)
  • [Gradle Plugin] Make SqlDelightWorkerTask more configurable, and update default configuration to support developing on Windows (#5215 by @​MSDarwish2000)
  • [SQLite Dialect] Add support for synthesized columns in FTS5 virtual tables (#5986 by @​watbe)
  • [PostgreSQL Dialect] Add support for Postgres row level security (#6087 by @​shellderp)
  • [PostgreSQL Dialect] Extended FOR UPDATE to support OF table, NO KEY UPDATE, NO WAIT (#6104 by @​shellderp)
  • [PostgreSQL Dialect] Support Postgis Point type and related functions (#5602 by @​vanniktech)
  • [Runtime] Added SuspendingTransacter.TransactionDispatcher that provides a mechanism for controlling the CoroutineContext of the transaction (#5967 by @​eygraber)
  • [Gradle Plugin] Full compatibility with Android Gradle Plugin 9.0's new DSL. (#6140)
  • [PostgreSQL Dialect] Support PostgreSql CREATE TABLE storage parameters (#6148 by @​griffio)
  • [PostgreSQL Dialect] Fix PostgreSql unique table constraint nullable result column (#6167 by @​griffio)

Changed

  • [Compiler] Change compiler output type from java.lang.Void to kotlin.Nothing (#6099 by @​griffio)
  • [Compiler] Allow for underscores in package names. Before underscores have been sanitized which resulted in unexpected behaviours (#6027 by @​BierDav)
  • [Paging Extension] Switch to AndroidX Paging (#5910 by @​jeffdgr8)
  • [Android Driver] Increase Android minSdk to 23. (#6141)
  • [Paging Extension] Upgrade to paging 3.4.1, and removed X64 apple targets. (#6166)

Fixed

  • [IntelliJ Plugin] Fix IDE freeze caused by blocking file type detection on the EDT during VFS refresh events.
  • [SQLite Dialect] Fix Sqlite 3.38 compilation error when using Json path operators (#6070 by @​griffio)
  • [SQLite Dialect] Use String type for group_concat function when using custom column type (#6082 by @​griffio)
  • [Gradle Plugin] Improve performance of VerifyMigrationTask to stop it from hanging on complex schemas (#6073 by @​Lightwood13)
  • [Intellij Plugin] Fix Plugin initialization exceptions and update deprecated methods (#6040 by @​griffio)
  • [Gradle Plugin] Fix compatibility with Android Gradle Plugin's built-in Kotlin (#6139)
Changelog

Sourced from app.cash.sqldelight:gradle-plugin's changelog.

2.3.2 - 2026-03-16

Added

  • [PostgreSQL Dialect] Improved support for ALTER TABLE ALTER TYPE USING expressions (#6116 by @​griffio)
  • [PostgreSQL Dialect] Add support for DROP COLUMN IF EXISTS (#6112 by @​griffio)
  • [Gradle Plugin] Add expandSelectStar flag to switch off Select wildcard expansions (#5813 by @​griffio)
  • [MySQL Dialect] Add support for Window Functions (#6086 by @​griffio)
  • [Gradle Plugin] Fix build failure when starting schema version is not 1 and verifyMigrations is true (#6017 by @​neilgmiller)
  • [Gradle Plugin] Make SqlDelightWorkerTask more configurable, and update default configuration to support developing on Windows (#5215 by @​MSDarwish2000)
  • [SQLite Dialect] Add support for synthesized columns in FTS5 virtual tables (#5986 by @​watbe)
  • [PostgreSQL Dialect] Add support for Postgres row level security (#6087 by @​shellderp)
  • [PostgreSQL Dialect] Extended FOR UPDATE to support OF table, NO KEY UPDATE, NO WAIT (#6104 by @​shellderp)
  • [PostgreSQL Dialect] Support Postgis Point type and related functions (#5602 by @​vanniktech)
  • [Runtime] Added SuspendingTransacter.TransactionDispatcher that provides a mechanism for controlling the CoroutineContext of the transaction (#5967 by @​eygraber)
  • [Gradle Plugin] Full compatibility with Android Gradle Plugin 9.0's new DSL. (#6140)
  • [PostgreSQL Dialect] Support PostgreSql CREATE TABLE storage parameters (#6148 by @​griffio)
  • [PostgreSQL Dialect] Fix PostgreSql unique table constraint nullable result column (#6167 by @​griffio)

Changed

  • [Compiler] Change compiler output type from java.lang.Void to kotlin.Nothing (#6099 by @​griffio)
  • [Compiler] Allow for underscores in package names. Before underscores have been sanitized which resulted in unexpected behaviours (#6027 by @​BierDav)
  • [Paging Extension] Switch to AndroidX Paging (#5910 by @​jeffdgr8)
  • [Android Driver] Increase Android minSdk to 23. (#6141)
  • [Paging Extension] Upgrade to paging 3.4.1, and removed X64 apple targets. (#6166)

Fixed

  • [IntelliJ Plugin] Fix IDE freeze caused by blocking file type detection on the EDT during VFS refresh events.
  • [SQLite Dialect] Fix Sqlite 3.38 compilation error when using Json path operators (#6070 by @​griffio)
  • [SQLite Dialect] Use String type for group_concat function when using custom column type (#6082 by @​griffio)
  • [Gradle Plugin] Improve performance of VerifyMigrationTask to stop it from hanging on complex schemas (#6073 by @​Lightwood13)
  • [Intellij Plugin] Fix Plugin initialization exceptions and update deprecated methods (#6040 by @​griffio)
  • [Gradle Plugin] Fix compatibility with Android Gradle Plugin's built-in Kotlin (#6139)

2.3.1 - 2025-03-12

Failed release. Use 2.3.2!

2.3.0 - 2025-03-12

Failed release. Use 2.3.2!

Commits

Updates app.cash.sqldelight:android-driver from 2.2.1 to 2.3.2

Release notes

Sourced from app.cash.sqldelight:android-driver's releases.

2.3.2

[!NOTE] Versions 2.3.0 and 2.3.1 were skipped due to publication issues.

Added

  • [PostgreSQL Dialect] Improved support for ALTER TABLE ALTER TYPE USING expressions (#6116 by @​griffio)
  • [PostgreSQL Dialect] Add support for DROP COLUMN IF EXISTS (#6112 by @​griffio)
  • [Gradle Plugin] Add expandSelectStar flag to switch off Select wildcard expansions (#5813 by @​griffio)
  • [MySQL Dialect] Add support for Window Functions (#6086 by @​griffio)
  • [Gradle Plugin] Fix build failure when starting schema version is not 1 and verifyMigrations is true (#6017 by @​neilgmiller)
  • [Gradle Plugin] Make SqlDelightWorkerTask more configurable, and update default configuration to support developing on Windows (#5215 by @​MSDarwish2000)
  • [SQLite Dialect] Add support for synthesized columns in FTS5 virtual tables (#5986 by @​watbe)
  • [PostgreSQL Dialect] Add support for Postgres row level security (#6087 by @​shellderp)
  • [PostgreSQL Dialect] Extended FOR UPDATE to support OF table, NO KEY UPDATE, NO WAIT (#6104 by @​shellderp)
  • [PostgreSQL Dialect] Support Postgis Point type and related functions (#5602 by @​vanniktech)
  • [Runtime] Added SuspendingTransacter.TransactionDispatcher that provides a mechanism for controlling the CoroutineContext of the transaction (#5967 by @​eygraber)
  • [Gradle Plugin] Full compatibility with Android Gradle Plugin 9.0's new DSL. (#6140)
  • [PostgreSQL Dialect] Support PostgreSql CREATE TABLE storage parameters (#6148 by @​griffio)
  • [PostgreSQL Dialect] Fix PostgreSql unique table constraint nullable result column (#6167 by @​griffio)

Changed

  • [Compiler] Change compiler output type from java.lang.Void to kotlin.Nothing (#6099 by @​griffio)
  • [Compiler] Allow for underscores in package names. Before underscores have been sanitized which resulted in unexpected behaviours (#6027 by @​BierDav)
  • [Paging Extension] Switch to AndroidX Paging (#5910 by @​jeffdgr8)
  • [Android Driver] Increase Android minSdk to 23. (#6141)
  • [Paging Extension] Upgrade to paging 3.4.1, and removed X64 apple targets. (#6166)

Fixed

  • [IntelliJ Plugin] Fix IDE freeze caused by blocking file type detection on the EDT during VFS refresh events.
  • [SQLite Dialect] Fix Sqlite 3.38 compilation error when using Json path operators (#6070 by @​griffio)
  • [SQLite Dialect] Use String type for group_concat function when using custom column type (#6082 by @​griffio)
  • [Gradle Plugin] Improve performance of VerifyMigrationTask to stop it from hanging on complex schemas (#6073 by @​Lightwood13)
  • [Intellij Plugin] Fix Plugin initialization exceptions and update deprecated methods (#6040 by @​griffio)
  • [Gradle Plugin] Fix compatibility with Android Gradle Plugin's built-in Kotlin (#6139)
Changelog

Sourced from app.cash.sqldelight:android-driver's changelog.

2.3.2 - 2026-03-16

Added

  • [PostgreSQL Dialect] Improved support for ALTER TABLE ALTER TYPE USING expressions (#6116 by @​griffio)
  • [PostgreSQL Dialect] Add support for DROP COLUMN IF EXISTS (#6112 by @​griffio)
  • [Gradle Plugin] Add expandSelectStar flag to switch off Select wildcard expansions (#5813 by @​griffio)
  • [MySQL Dialect] Add support for Window Functions (#6086 by @​griffio)
  • [Gradle Plugin] Fix build failure when starting schema version is not 1 and verifyMigrations is true (#6017 by @​neilgmiller)
  • [Gradle Plugin] Make SqlDelightWorkerTask more configurable, and update default configuration to support developing on Windows (#5215 by @​MSDarwish2000)
  • [SQLite Dialect] Add support for synthesized columns in FTS5 virtual tables (#5986 by @​watbe)
  • [PostgreSQL Dialect] Add support for Postgres row level security (#6087 by @​shellderp)
  • [PostgreSQL Dialect] Extended FOR UPDATE to support OF table, NO KEY UPDATE, NO WAIT (#6104 by @​shellderp)
  • [PostgreSQL Dialect] Support Postgis Point type and related functions (#5602 by @​vanniktech)
  • [Runtime] Added SuspendingTransacter.TransactionDispatcher that provides a mechanism for controlling the CoroutineContext of the transaction (#5967 by @​eygraber)
  • [Gradle Plugin] Full compatibility with Android Gradle Plugin 9.0's new DSL. (#6140)
  • [PostgreSQL Dialect] Support PostgreSql CREATE TABLE storage parameters (#6148 by @​griffio)
  • [PostgreSQL Dialect] Fix PostgreSql unique table constraint nullable result column (#6167 by @​griffio)

Changed

  • [Compiler] Change compiler output type from java.lang.Void to kotlin.Nothing (#6099 by @​griffio)
  • [Compiler] Allow for underscores in package names. Before underscores have been sanitized which resulted in unexpected behaviours (#6027 by @​BierDav)
  • [Paging Extension] Switch to AndroidX Paging (#5910 by @​jeffdgr8)
  • [Android Driver] Increase Android minSdk to 23. (#6141)
  • [Paging Extension] Upgrade to paging 3.4.1, and removed X64 apple targets. (#6166)

Fixed

  • [IntelliJ Plugin] Fix IDE freeze caused by blocking file type detection on the EDT during VFS refresh events.
  • [SQLite Dialect] Fix Sqlite 3.38 compilation error when using Json path operators (#6070 by @​griffio)
  • [SQLite Dialect] Use String type for group_concat function when using custom column type (#6082 by @​griffio)
  • [Gradle Plugin] Improve performance of VerifyMigrationTask to stop it from hanging on complex schemas (#6073 by @​Lightwood13)
  • [Intellij Plugin] Fix Plugin initialization exceptions and update deprecated methods (#6040 by @​griffio)
  • [Gradle Plugin] Fix compatibility with Android Gradle Plugin's built-in Kotlin (#6139)

2.3.1 - 2025-03-12

Failed release. Use 2.3.2!

2.3.0 - 2025-03-12

Failed release. Use 2.3.2!

Commits

Updates app.cash.sqldelight:native-driver from 2.2.1 to 2.3.2

Release notes

Sourced from app.cash.sqldelight:native-driver's releases.

2.3.2

[!NOTE] Versions 2.3.0 and 2.3.1 were skipped due to publication issues.

Added

  • [PostgreSQL Dialect] Improved support for ALTER TABLE ALTER TYPE USING expressions (#6116 by @​griffio)
  • [PostgreSQL Dialect] Add support for DROP COLUMN IF EXISTS (#6112 by @​griffio)
  • [Gradle Plugin] Add expandSelectStar flag to switch off Select wildcard expansions (#5813 by @​griffio)
  • [MySQL Dialect] Add support for Window Functions (#6086 by @​griffio)
  • [Gradle Plugin] Fix build failure when starting schema version is not 1 and verifyMigrations is true (#6017 by @​neilgmiller)
  • [Gradle Plugin] Make SqlDelightWorkerTask more configurable, and update default configuration to support developing on Windows (#5215 by @​MSDarwish2000)
  • [SQLite Dialect] Add support for synthesized columns in FTS5 virtual tables (#5986 by @​watbe)
  • [PostgreSQL Dialect] Add support for Postgres row level security (#6087 by @​shellderp)
  • [PostgreSQL Dialect] Extended FOR UPDATE to support OF table, NO KEY UPDATE, NO WAIT (#6104 by @​shellderp)
  • [PostgreSQL Dialect] Support Postgis Point type and related functions (#5602 by @​vanniktech)
  • [Runtime] Added SuspendingTransacter.TransactionDispatcher that provides a mechanism for controlling the CoroutineContext of the transaction (#5967 by @​eygraber)
  • [Gradle Plugin] Full compatibility with Android Gradle Plugin 9.0's new DSL. (#6140)
  • [PostgreSQL Dialect] Support PostgreSql CREATE TABLE storage parameters (#6148 by @​griffio)
  • [PostgreSQL Dialect] Fix PostgreSql unique table constraint nullable result column (#6167 by @​griffio)

Changed

  • [Compiler] Change compiler output type from java.lang.Void to kotlin.Nothing (#6099 by @​griffio)
  • [Compiler] Allow for underscores in package names. Before underscores have been sanitized which resulted in unexpected behaviours (#6027 by @​BierDav)
  • [Paging Extension] Switch to AndroidX Paging (#5910 by @​jeffdgr8)
  • [Android Driver] Increase Android minSdk to 23. (#6141)
  • [Paging Extension] Upgrade to paging 3.4.1, and removed X64 apple targets. (#6166)

Fixed

  • [IntelliJ Plugin] Fix IDE freeze caused by blocking file type detection on the EDT during VFS refresh events.
  • [SQLite Dialect] Fix Sqlite 3.38 compilation error when using Json path operators (#6070 by @​griffio)
  • [SQLite Dialect] Use String type for group_concat function when using custom column type (#6082 by @​griffio)
  • [Gradle Plugin] Improve performance of VerifyMigrationTask to stop it from hanging on complex schemas (#6073 by @​Lightwood13)
  • [Intellij Plugin] Fix Plugin initialization exceptions and update deprecated methods (#6040 by @​griffio)
  • [Gradle Plugin] Fix compatibility with Android Gradle Plugin's built-in Kotlin (#6139)
Changelog

Sourced from app.cash.sqldelight:native-driver's changelog.

2.3.2 - 2026-03-16

Added

  • [PostgreSQL Dialect] Improved support for ALTER TABLE ALTER TYPE USING expressions (#6116 by @​griffio)
  • [PostgreSQL Dialect] Add support for DROP COLUMN IF EXISTS (#6112 by @​griffio)
  • [Gradle Plugin] Add expandSelectStar flag to switch off Select wildcard expansions (#5813 by @​griffio)
  • [MySQL Dialect] Add support for Window Functions (#6086 by @​griffio)
  • [Gradle Plugin] Fix build failure when starting schema version is not 1 and verifyMigrations is true (#6017 by @​neilgmiller)
  • [Gradle Plugin] Make SqlDelightWorkerTask more configurable, and update default configuration to support developing on Windows (#5215 by @​MSDarwish2000)
  • [SQLite Dialect] Add support for synthesized columns in FTS5 virtual tables (#5986 by @​watbe)
  • [PostgreSQL Dialect] Add support for Postgres row level security (#6087 by @​shellderp)
  • [PostgreSQL Dialect] Extended FOR UPDATE to support OF table, NO KEY UPDATE, NO WAIT (#6104 by @​shellderp)
  • [PostgreSQL Dialect] Support Postgis Point type and related functions (#5602 by @​vanniktech)
  • [Runtime] Added SuspendingTransacter.TransactionDispatcher that provides a mechanism for controlling the CoroutineContext of the transaction (#5967 by @​eygraber)
  • [Gradle Plugin] Full compatibility with Android Gradle Plugin 9.0's new DSL. (#6140)
  • [PostgreSQL Dialect] Support PostgreSql CREATE TABLE storage parameters (#6148 by @​griffio)
  • [PostgreSQL Dialect] Fix PostgreSql unique table constraint nullable result column (#6167 by @​griffio)

Changed

  • [Compiler] Change compiler output type from java.lang.Void to kotlin.Nothing (#6099 by @​griffio)
  • [Compiler] Allow for underscores in package names. Before underscores have been sanitized which resulted in unexpected behaviours (#6027 by @​BierDav)
  • [Paging Extension] Switch to AndroidX Paging (#5910 by @​jeffdgr8)
  • [Android Driver] Increase Android minSdk to 23. (#6141)
  • [Paging Extension] Upgrade to paging 3.4.1, and removed X64 apple targets. (#6166)

Fixed

  • [IntelliJ Plugin] Fix IDE freeze caused by blocking file type detection on the EDT during VFS refresh events.
  • [SQLite Dialect] Fix Sqlite 3.38 compilation error when using Json path operators (#6070 by @​griffio)
  • [SQLite Dialect] Use String type for group_concat function when using custom column type (#6082 by @​griffio)
  • [Gradle Plugin] Improve performance of VerifyMigrationTask to stop it from hanging on complex schemas (#6073 by @​Lightwood13)
  • [Intellij Plugin] Fix Plugin initialization exceptions and update deprecated methods (#6040 by @​griffio)
  • [Gradle Plugin] Fix compatibility with Android Gradle Plugin's built-in Kotlin (#6139)

2.3.1 - 2025-03-12

Failed release. Use 2.3.2!

2.3.0 - 2025-03-12

Failed release. Use 2.3.2!

Commits

Updates app.cash.sqldelight:sqlite-driver from 2.2.1 to 2.3.2

Release notes

Sourced from app.cash.sqldelight:sqlite-driver's releases.

2.3.2

[!NOTE] Versions 2.3.0 and 2.3.1 were skipped due to publication issues.

Added

  • [PostgreSQL Dialect] Improved support for ALTER TABLE ALTER TYPE USING expressions (#6116 by @​griffio)
  • [PostgreSQL Dialect] Add support for DROP COLUMN IF EXISTS (#6112 by @​griffio)
  • [Gradle Plugin] Add expandSelectStar flag to switch off Select wildcard expansions (#5813 by @​griffio)
  • [MySQL Dialect] Add support for Window Functions (#6086 by @​griffio)
  • [Gradle Plugin] Fix build failure when starting schema version is not 1 and verifyMigrations is true (#6017 by @​neilgmiller)
  • [Gradle Plugin] Make SqlDelightWorkerTask more configurable, and update default configuration to support developing on Windows (#5215 by @​MSDarwish2000)
  • [SQLite Dialect] Add support for synthesized columns in FTS5 virtual tables (#5986 by @​watbe)
  • [PostgreSQL Dialect] Add support for Postgres row level security (#6087 by @​shellderp)
  • [PostgreSQL Dialect] Extended FOR UPDATE to support OF table, NO KEY UPDATE, NO WAIT (#6104 by @​shellderp)
  • [PostgreSQL Dialect] Support Postgis Point type and related functions (#5602 by @​vanniktech)
  • [Runtime] Added SuspendingTransacter.TransactionDispatcher that provides a mechanism for controlling the CoroutineContext of the transaction (#5967 by @​eygraber)
  • [Gradle Plugin] Full compatibility with Android Gradle Plugin 9.0's new DSL. (#6140)
  • [PostgreSQL Dialect] Support PostgreSql CREATE TABLE storage parameters (#6148 by @​griffio)
  • [PostgreSQL Dialect] Fix PostgreSql unique table constraint nullable result column (#6167 by @​griffio)

Changed

  • [Compiler] Change compiler output type from java.lang.Void to kotlin.Nothing (#6099 by @​griffio)
  • [Compiler] Allow for underscores in package names. Before underscores have been sanitized which resulted in unexpected behaviours (#6027 by @​BierDav)
  • [Paging Extension] Switch to AndroidX Paging (#5910 by @​jeffdgr8)
  • [Android Driver] Increase Android minSdk to 23. (#6141)
  • [Paging Extension] Upgrade to paging 3.4.1, and removed X64 apple targets. (#6166)

Fixed

  • [IntelliJ Plugin] Fix IDE freeze caused by blocking file type detection on the EDT during VFS refresh events.
  • [SQLite Dialect] Fix Sqlite 3.38 compilation error when using Json path operators (#6070 by @​griffio)
  • [SQLite Dialect] Use String type for group_concat function when using custom column type (#6082 by @​griffio)
  • [Gradle Plugin] Improve performance of VerifyMigrationTask to stop it from hanging on complex schemas (#6073 by @​Lightwood13)
  • [Intellij Plugin] Fix Plugin initialization exceptions and update deprecated methods (#6040 by @​griffio)
  • [Gradle Plugin] Fix compatibility with Android Gradle Plugin's built-in Kotlin (#6139)
Changelog

Sourced from app.cash.sqldelight:sqlite-driver's changelog.

2.3.2 - 2026-03-16

Added

  • [PostgreSQL Dialect] Improved support for ALTER TABLE ALTER TYPE USING expressions (#6116 by @​griffio)
  • [PostgreSQL Dialect] Add support for DROP COLUMN IF EXISTS (#6112 by @​griffio)
  • [Gradle Plugin] Add expandSelectStar flag to switch off Select wildcard expansions (#5813 by @​griffio)
  • [MySQL Dialect] Add support for Window Functions (#6086 by @​griffio)
  • [Gradle Plugin] Fix build failure when starting schema version is not 1 and verifyMigrations is true (#6017 by @​neilgmiller)
  • [Gradle Plugin] Make SqlDelightWorkerTask more configurable, and update default configuration to support developing on Windows (#5215 by @​MSDarwish2000)
  • [SQLite Dialect] Add support for synthesized columns in FTS5 virtual tables (#5986 by @​watbe)
  • [PostgreSQL Dialect] Add support for Postgres row level security (#6087 by @​shellderp)
  • [PostgreSQL Dialect] Extended FOR UPDATE to support OF table, NO KEY UPDATE, NO WAIT (#6104 by @​shellderp)
  • [PostgreSQL Dialect] Support Postgis Point type and related functions (#5602 by @​vanniktech)
  • [Runtime] Added SuspendingTransacter.TransactionDispatcher that provides a mechanism for controlling the CoroutineContext of the transaction (#5967 by @​eygraber)
  • [Gradle Plugin] Full compatibility with Android Gradle Plugin 9.0's new DSL. (#6140)
  • [PostgreSQL Dialect] Support PostgreSql CREATE TABLE storage parameters (#6148 by @​griffio)
  • [PostgreSQL Dialect] Fix PostgreSql unique table constraint nullable result column (#6167 by @​griffio)

Changed

  • [Compiler] Change compiler output type from java.lang.Void to kotlin.Nothing (#6099 by @​griffio)
  • [Compiler] Allow for underscores in package names. Before underscores have been sanitized which resulted in unexpected behaviours (#6027 by @​BierDav)
  • [Paging Extension] Switch to AndroidX Paging (#5910 by @​jeffdgr8)
  • [Android Driver] Increase Android minSdk to 23. (#6141)
  • [Paging Extension] Upgrade to paging 3.4.1, and removed X64 apple targets. (#6166)

Fixed

  • [IntelliJ Plugin] Fix IDE freeze caused by blocking file type detection on the EDT during VFS ref...

    Description has been truncated

Bumps the app-dependencies group with 32 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [gradle-wrapper](https://github.com/gradle/gradle) | `8.11.1` | `9.7.0` |
| [app.cash.sqldelight:gradle-plugin](https://github.com/sqldelight/sqldelight) | `2.2.1` | `2.3.2` |
| [app.cash.sqldelight:android-driver](https://github.com/sqldelight/sqldelight) | `2.2.1` | `2.3.2` |
| [app.cash.sqldelight:native-driver](https://github.com/sqldelight/sqldelight) | `2.2.1` | `2.3.2` |
| [app.cash.sqldelight:sqlite-driver](https://github.com/sqldelight/sqldelight) | `2.2.1` | `2.3.2` |
| [app.cash.sqldelight:coroutines-extensions](https://github.com/sqldelight/sqldelight) | `2.2.1` | `2.3.2` |
| [io.insert-koin:koin-android](https://github.com/InsertKoinIO/koin) | `4.1.1` | `4.2.2` |
| [io.insert-koin:koin-compose](https://github.com/InsertKoinIO/koin) | `4.1.1` | `4.2.2` |
| [io.insert-koin:koin-core](https://github.com/InsertKoinIO/koin) | `4.1.1` | `4.2.2` |
| [io.insert-koin:koin-test](https://github.com/InsertKoinIO/koin) | `4.1.1` | `4.2.2` |
| [org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose](https://github.com/JetBrains/compose-multiplatform) | `2.9.6` | `2.11.0` |
| [org.jetbrains.compose.runtime:runtime](https://github.com/JetBrains/compose-multiplatform) | `1.10.2` | `1.11.1` |
| [org.jetbrains.compose.foundation:foundation](https://github.com/JetBrains/compose-multiplatform) | `1.10.2` | `1.11.1` |
| [org.jetbrains.compose.material:material](https://github.com/JetBrains/compose-multiplatform) | `1.10.2` | `1.11.1` |
| [org.jetbrains.compose.ui:ui](https://github.com/JetBrains/compose-multiplatform) | `1.10.2` | `1.11.1` |
| [org.jetbrains.compose.ui:ui-tooling-preview](https://github.com/JetBrains/compose-multiplatform) | `1.10.2` | `1.11.1` |
| [org.jetbrains.compose.components:components-resources](https://github.com/JetBrains/compose-multiplatform) | `1.10.2` | `1.11.1` |
| [org.jetbrains.compose.components:components-ui-tooling-preview](https://github.com/JetBrains/compose-multiplatform) | `1.10.2` | `1.11.1` |
| org.jetbrains.compose | `1.10.2` | `1.11.1` |
| [io.coil-kt.coil3:coil-compose](https://github.com/coil-kt/coil) | `3.4.0` | `3.5.0` |
| [io.coil-kt.coil3:coil-network-ktor3](https://github.com/coil-kt/coil) | `3.4.0` | `3.5.0` |
| androidx.appcompat:appcompat | `1.7.1` | `1.8.0` |
| [com.google.android.material:material](https://github.com/material-components/material-components-android) | `1.13.0` | `1.14.0` |
| androidx.activity:activity-compose | `1.12.4` | `1.13.0` |
| [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `3.4.1` | `3.5.2` |
| [io.ktor:ktor-client-android](https://github.com/ktorio/ktor) | `3.4.1` | `3.5.2` |
| [io.ktor:ktor-client-ios](https://github.com/ktorio/ktor) | `3.4.1` | `3.5.2` |
| [io.ktor:ktor-client-apache](https://github.com/ktorio/ktor) | `3.4.1` | `3.5.2` |
| [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) | `3.4.1` | `3.5.2` |
| [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `3.4.1` | `3.5.2` |
| [io.ktor:ktor-client-logging](https://github.com/ktorio/ktor) | `3.4.1` | `3.5.2` |
| [io.ktor:ktor-client-mock](https://github.com/ktorio/ktor) | `3.4.1` | `3.5.2` |



Updates `gradle-wrapper` from 8.11.1 to 9.7.0
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v8.11.1...v9.7.0)

Updates `app.cash.sqldelight:gradle-plugin` from 2.2.1 to 2.3.2
- [Release notes](https://github.com/sqldelight/sqldelight/releases)
- [Changelog](https://github.com/sqldelight/sqldelight/blob/main/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.2.1...2.3.2)

Updates `app.cash.sqldelight:android-driver` from 2.2.1 to 2.3.2
- [Release notes](https://github.com/sqldelight/sqldelight/releases)
- [Changelog](https://github.com/sqldelight/sqldelight/blob/main/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.2.1...2.3.2)

Updates `app.cash.sqldelight:native-driver` from 2.2.1 to 2.3.2
- [Release notes](https://github.com/sqldelight/sqldelight/releases)
- [Changelog](https://github.com/sqldelight/sqldelight/blob/main/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.2.1...2.3.2)

Updates `app.cash.sqldelight:sqlite-driver` from 2.2.1 to 2.3.2
- [Release notes](https://github.com/sqldelight/sqldelight/releases)
- [Changelog](https://github.com/sqldelight/sqldelight/blob/main/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.2.1...2.3.2)

Updates `app.cash.sqldelight:coroutines-extensions` from 2.2.1 to 2.3.2
- [Release notes](https://github.com/sqldelight/sqldelight/releases)
- [Changelog](https://github.com/sqldelight/sqldelight/blob/main/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.2.1...2.3.2)

Updates `io.insert-koin:koin-android` from 4.1.1 to 4.2.2
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Commits](InsertKoinIO/koin@4.1.1...4.2.2)

Updates `io.insert-koin:koin-compose` from 4.1.1 to 4.2.2
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Commits](InsertKoinIO/koin@4.1.1...4.2.2)

Updates `io.insert-koin:koin-core` from 4.1.1 to 4.2.2
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Commits](InsertKoinIO/koin@4.1.1...4.2.2)

Updates `io.insert-koin:koin-test` from 4.1.1 to 4.2.2
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Commits](InsertKoinIO/koin@4.1.1...4.2.2)

Updates `io.insert-koin:koin-test` from 4.1.1 to 4.2.2
- [Release notes](https://github.com/InsertKoinIO/koin/releases)
- [Commits](InsertKoinIO/koin@4.1.1...4.2.2)

Updates `org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose` from 2.9.6 to 2.11.0
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/compose-multiplatform/commits)

Updates `org.jetbrains.compose.runtime:runtime` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `org.jetbrains.compose.foundation:foundation` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `org.jetbrains.compose.material:material` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `org.jetbrains.compose.ui:ui` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `org.jetbrains.compose.ui:ui-tooling-preview` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `org.jetbrains.compose.components:components-resources` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `org.jetbrains.compose.components:components-ui-tooling-preview` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `org.jetbrains.compose` from 1.10.2 to 1.11.1

Updates `org.jetbrains.compose.foundation:foundation` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `org.jetbrains.compose.material:material` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `org.jetbrains.compose.ui:ui` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `org.jetbrains.compose.ui:ui-tooling-preview` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `org.jetbrains.compose.components:components-resources` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `org.jetbrains.compose.components:components-ui-tooling-preview` from 1.10.2 to 1.11.1
- [Release notes](https://github.com/JetBrains/compose-multiplatform/releases)
- [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md)
- [Commits](JetBrains/compose-multiplatform@v1.10.2...v1.11.1)

Updates `io.coil-kt.coil3:coil-compose` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](coil-kt/coil@3.4.0...3.5.0)

Updates `io.coil-kt.coil3:coil-network-ktor3` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](coil-kt/coil@3.4.0...3.5.0)

Updates `io.coil-kt.coil3:coil-network-ktor3` from 3.4.0 to 3.5.0
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](coil-kt/coil@3.4.0...3.5.0)

Updates `androidx.appcompat:appcompat` from 1.7.1 to 1.8.0

Updates `com.google.android.material:material` from 1.13.0 to 1.14.0
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](material-components/material-components-android@1.13.0...1.14.0)

Updates `androidx.activity:activity-compose` from 1.12.4 to 1.13.0

Updates `io.ktor:ktor-client-core` from 3.4.1 to 3.5.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.1...3.5.2)

Updates `io.ktor:ktor-client-android` from 3.4.1 to 3.5.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.1...3.5.2)

Updates `io.ktor:ktor-client-ios` from 3.4.1 to 3.5.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.1...3.5.2)

Updates `io.ktor:ktor-client-apache` from 3.4.1 to 3.5.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.1...3.5.2)

Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.4.1 to 3.5.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.1...3.5.2)

Updates `io.ktor:ktor-client-content-negotiation` from 3.4.1 to 3.5.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.1...3.5.2)

Updates `io.ktor:ktor-client-logging` from 3.4.1 to 3.5.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.1...3.5.2)

Updates `io.ktor:ktor-client-mock` from 3.4.1 to 3.5.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.1...3.5.2)

Updates `io.ktor:ktor-client-android` from 3.4.1 to 3.5.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.1...3.5.2)

Updates `io.ktor:ktor-client-ios` from 3.4.1 to 3.5.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.1...3.5.2)

Updates `io.ktor:ktor-client-apache` from 3.4.1 to 3.5.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.1...3.5.2)

Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.4.1 to 3.5.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.1...3.5.2)

Updates `io.ktor:ktor-client-content-negotiation` from 3.4.1 to 3.5.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.1...3.5.2)

Updates `io.ktor:ktor-client-logging` from 3.4.1 to 3.5.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.1...3.5.2)

Updates `io.ktor:ktor-client-mock` from 3.4.1 to 3.5.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@3.4.1...3.5.2)

Updates `app.cash.sqldelight:android-driver` from 2.2.1 to 2.3.2
- [Release notes](https://github.com/sqldelight/sqldelight/releases)
- [Changelog](https://github.com/sqldelight/sqldelight/blob/main/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.2.1...2.3.2)

Updates `app.cash.sqldelight:native-driver` from 2.2.1 to 2.3.2
- [Release notes](https://github.com/sqldelight/sqldelight/releases)
- [Changelog](https://github.com/sqldelight/sqldelight/blob/main/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.2.1...2.3.2)

Updates `app.cash.sqldelight:sqlite-driver` from 2.2.1 to 2.3.2
- [Release notes](https://github.com/sqldelight/sqldelight/releases)
- [Changelog](https://github.com/sqldelight/sqldelight/blob/main/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.2.1...2.3.2)

Updates `app.cash.sqldelight:coroutines-extensions` from 2.2.1 to 2.3.2
- [Release notes](https://github.com/sqldelight/sqldelight/releases)
- [Changelog](https://github.com/sqldelight/sqldelight/blob/main/CHANGELOG.md)
- [Commits](sqldelight/sqldelight@2.2.1...2.3.2)

Updates `org.jetbrains.compose` from 1.10.2 to 1.11.1

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:gradle-plugin
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:android-driver
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:native-driver
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:sqlite-driver
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:coroutines-extensions
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.insert-koin:koin-android
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.insert-koin:koin-compose
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.insert-koin:koin-core
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.insert-koin:koin-test
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.insert-koin:koin-test
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.runtime:runtime
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.foundation:foundation
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.material:material
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.ui:ui
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.ui:ui-tooling-preview
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.components:components-resources
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.components:components-ui-tooling-preview
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.foundation:foundation
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.material:material
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.ui:ui
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.ui:ui-tooling-preview
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.components:components-resources
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose.components:components-ui-tooling-preview
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.coil-kt.coil3:coil-compose
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.coil-kt.coil3:coil-network-ktor3
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.coil-kt.coil3:coil-network-ktor3
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: androidx.appcompat:appcompat
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: com.google.android.material:material
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: androidx.activity:activity-compose
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-core
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-android
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-ios
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-apache
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-logging
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-mock
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-android
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-ios
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-apache
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-serialization-kotlinx-json
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-logging
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: io.ktor:ktor-client-mock
  dependency-version: 3.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:android-driver
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:native-driver
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:sqlite-driver
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: app.cash.sqldelight:coroutines-extensions
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
- dependency-name: org.jetbrains.compose
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 17, 2026
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants