Skip to content

Commit

Permalink
Update latest Gradle plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspittle committed Mar 31, 2024
1 parent 51fbd7a commit 322a455
Show file tree
Hide file tree
Showing 4 changed files with 573 additions and 484 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
steps:
- uses: actions/checkout@v3

# Java 11 needed for resolving the Android Gradle Plugin
# Java 17 needed for resolving the Android Gradle Plugin
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
java-version: 17

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
Expand Down
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ import org.jetbrains.dokka.gradle.DokkaTask
import javax.xml.parsers.DocumentBuilderFactory

plugins {
kotlin("multiplatform") version "1.8.10"
id("org.jetbrains.dokka") version "1.7.20"
id("org.jetbrains.kotlinx.kover") version "0.6.1"
kotlin("multiplatform") version "1.9.23"
id("org.jetbrains.dokka") version "1.9.20"
id("org.jetbrains.kotlinx.kover") version "0.7.6"
`maven-publish`
signing
id("io.github.gradle-nexus.publish-plugin") version "1.2.0"
id("com.android.library") version "7.4.1"
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
id("com.android.library") version "8.3.0"
}

repositories {
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ kotlin.native.ignoreDisabledTargets=true
# Native builds keep failing; bump up Gradle memory sizes
org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m
# The Android Gradle plugin asked me to do this
kotlin.mpp.androidSourceSetLayoutVersion=2
android.disableAutomaticComponentCreation=true
kotlin.mpp.androidSourceSetLayoutVersion=2
Loading

0 comments on commit 322a455

Please sign in to comment.