From b9e7a4faa3c59c251b698d7eb79badf3712da780 Mon Sep 17 00:00:00 2001 From: Rafael Costa Date: Thu, 28 Dec 2023 01:08:33 +0000 Subject: [PATCH] dependency updates * fixes #526 --- .gitignore | 1 + .idea/compiler.xml | 6 +++- .idea/deploymentTargetDropDown.xml | 30 +++++++++++++++++-- .idea/gradle.xml | 4 +-- .idea/kotlinc.xml | 2 +- .idea/migrations.xml | 10 +++++++ .idea/misc.xml | 2 +- build.gradle.kts | 2 +- .../build.gradle.kts | 6 ++-- compose-destinations-codegen/build.gradle.kts | 6 ++-- compose-destinations-ksp/build.gradle.kts | 6 ++-- compose-destinations-wear/build.gradle.kts | 6 ++-- compose-destinations/build.gradle.kts | 6 ++-- gradle.properties | 1 - gradle/libs.versions.toml | 20 ++++++------- playground-core/build.gradle.kts | 6 ++-- .../ksp/ProcessorProviderTests.kt | 2 ++ 17 files changed, 78 insertions(+), 38 deletions(-) create mode 100644 .idea/migrations.xml diff --git a/.gitignore b/.gitignore index 5e4fa32d..d3343470 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ /.idea/modules.xml /.idea/workspace.xml /.idea/navEditor.xml +/.idea/vcs.xml /.idea/assetWizardSettings.xml .DS_Store /build diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 24170f18..9cf1ea2c 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,13 +1,17 @@ - + + + + + diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml index 397329cf..95297120 100644 --- a/.idea/deploymentTargetDropDown.xml +++ b/.idea/deploymentTargetDropDown.xml @@ -6,10 +6,36 @@ - + + + + + + + + + + + + + + - + + + + + + + + + + + + + + diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 7fdbd3a8..919b00e2 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -4,13 +4,11 @@