Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.24 (
Browse files Browse the repository at this point in the history
#65)

* Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.24

* Update build.gradle

* Update build.gradle

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jake Wharton <[email protected]>
  • Loading branch information
renovate[bot] and JakeWharton authored May 9, 2024
1 parent cf12146 commit a3af5c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 4 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

buildscript {
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.24"
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.9.20'
classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.25.0'
classpath 'ru.vyarus:gradle-animalsniffer-plugin:1.7.1'
Expand All @@ -18,15 +18,13 @@ buildscript {
}
}

plugins.withType(NodeJsRootPlugin).configureEach {
extensions.getByType(NodeJsRootExtension).nodeVersion = '20.0.0'
}

subprojects {
allprojects {
repositories {
mavenCentral()
}
}

subprojects {
apply plugin: 'com.diffplug.spotless'
spotless {
kotlin {
Expand Down
2 changes: 0 additions & 2 deletions picnic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ kotlin {
androidNativeArm64()
androidNativeX86()
androidNativeX64()
iosArm32()
iosArm64()
iosX64()
iosSimulatorArm64()
Expand All @@ -24,7 +23,6 @@ kotlin {
watchosArm32()
watchosArm64()
watchosDeviceArm64()
watchosX86()
watchosX64()
watchosSimulatorArm64()

Expand Down

0 comments on commit a3af5c7

Please sign in to comment.