From 6cf4b7b302aebed22396d3d68edf5714f4ba2a21 Mon Sep 17 00:00:00 2001 From: Drjacky Date: Sun, 6 Aug 2023 10:53:59 +0100 Subject: [PATCH] Update kotlin to 1.9.0 --- .idea/kotlinc.xml | 2 +- README.md | 2 +- buildSrc/build.gradle.kts | 2 +- .../src/main/kotlin/app/web/drjackycv/buildsrc/Depends.kt | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 69e8615..fdf8d99 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/README.md b/README.md index bf4e36e..4ed3f85 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MVVMTemplate 🧞‍ -![Language](https://img.shields.io/badge/Kotlin-1.8.10-blue) ![License](https://img.shields.io/github/license/Drjacky/MVVMTemplate?logo=MIT) [![Actions Status](https://github.com/Drjacky/MVVMTemplate/workflows/Pre%20Merge%20Checks/badge.svg)](https://github.com/Drjacky/MVVMTemplate/actions) [![Build Status](https://github.com/Drjacky/MVVMTemplate/workflows/Android%20CI/badge.svg)](https://github.com/Drjacky/MVVMTemplate/actions) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Drjacky_MVVMTemplate&metric=alert_status)](https://sonarcloud.io/dashboard?id=Drjacky_MVVMTemplate) +![Language](https://img.shields.io/badge/Kotlin-1.9.0-blue) ![License](https://img.shields.io/github/license/Drjacky/MVVMTemplate?logo=MIT) [![Actions Status](https://github.com/Drjacky/MVVMTemplate/workflows/Pre%20Merge%20Checks/badge.svg)](https://github.com/Drjacky/MVVMTemplate/actions) [![Build Status](https://github.com/Drjacky/MVVMTemplate/workflows/Android%20CI/badge.svg)](https://github.com/Drjacky/MVVMTemplate/actions) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Drjacky_MVVMTemplate&metric=alert_status)](https://sonarcloud.io/dashboard?id=Drjacky_MVVMTemplate) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FDrjacky%2FMVVMTemplate.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FDrjacky%2FMVVMTemplate?ref=badge_shield) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-MVVMTemplate-green.svg?style=flat)](https://android-arsenal.com/details/1/8368) [![CodeScene Code Health](https://codescene.io/projects/29433/status-badges/code-health)](https://codescene.io/projects/29433) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 97f1d78..f896202 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -9,7 +9,7 @@ repositories { } dependencies { - implementation("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.8.10") + implementation("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.9.0") implementation("com.android.tools.build:gradle:8.1.0") implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0") implementation("com.squareup:javapoet:1.13.0") diff --git a/buildSrc/src/main/kotlin/app/web/drjackycv/buildsrc/Depends.kt b/buildSrc/src/main/kotlin/app/web/drjackycv/buildsrc/Depends.kt index 6d4cf0b..9d03b06 100644 --- a/buildSrc/src/main/kotlin/app/web/drjackycv/buildsrc/Depends.kt +++ b/buildSrc/src/main/kotlin/app/web/drjackycv/buildsrc/Depends.kt @@ -10,7 +10,7 @@ object Depends { const val androidCompileSdkVersion = 33 const val targetSdkVersion = 33 const val minSdkVersion = 21 - const val kotlinVersion = "1.8.10" + const val kotlinVersion = "1.9.0" const val rxKotlinVersion = "3.0.1" const val rxAndroidVersion = "3.0.2" const val rxJavaVersion = "3.1.5" @@ -30,7 +30,7 @@ object Depends { const val multidexVersion = "2.0.1" const val fragmentExtVersion = "1.4.0" const val recyclerviewVersion = "1.3.0-rc01" - const val hiltVersion = "2.45" + const val hiltVersion = "2.47" const val hiltCompilerVersion = "1.0.0" const val hiltNavigationComposeVersion = "1.0.0-alpha03" const val javaxInjectVersion = "1"