Skip to content

Commit

Permalink
Bumps org.jetbrains.kotlin:kotlin-gradle-plugin from 2.0.0-RC3 to 2.0…
Browse files Browse the repository at this point in the history
….0. (#23)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent c6a9526 commit 34c60d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ out/

# Gradle files
.gradle/
.kotlin/
build/

# Local configuration file (sdk path, etc)
Expand Down
3 changes: 0 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
org.gradle.jvmargs=-Xmx3072m
org.gradle.daemon=false
kotlin.code.style=official
kotlin.experimental.tryK2=true
android.nonTransitiveRClass=true
android.useAndroidX=true
android.lint.useK2Uast=true
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ androidx-work = "2.9.0"
build-javaVersion = "VERSION_17"
build-jvmTarget = "17"
detekt = "1.23.6"
kotlin = "2.0.0-RC3"
kotlin = "2.0.0"
ktlint = "1.2.1"
timber = "5.0.1"

Expand Down

0 comments on commit 34c60d2

Please sign in to comment.