Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romainguy committed Oct 27, 2024
1 parent 65e1e42 commit 42533e4
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 25 deletions.
24 changes: 24 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 3 additions & 24 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

buildscript {
ext {
compose_bom = '2023.10.01'
Expand All @@ -9,31 +7,12 @@ buildscript {

dependencies {
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.25.3'
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.8.20'
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.9.20'
}
}

plugins {
id 'com.android.application' version '8.2.0' apply false
id 'com.android.library' version '8.2.0' apply false
id 'com.android.application' version '8.6.1' apply false
id 'com.android.library' version '8.6.1' apply false
id 'org.jetbrains.kotlin.android' version '1.9.21' apply false
}

subprojects {
tasks.withType(KotlinCompile).configureEach {
compilerOptions {
if (project.findProperty("combo-breaker.enableComposeCompilerReports") == "true") {
freeCompilerArgs += [
"-P",
"plugin:androidx.compose.compiler.plugins.kotlin:reportsDestination=" +
project.buildDir.absolutePath + "/metrics"
]
freeCompilerArgs += [
"-P",
"plugin:androidx.compose.compiler.plugins.kotlin:metricsDestination=" +
project.buildDir.absolutePath + "/metrics"
]
}
}
}
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Dec 12 18:11:49 PST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 42533e4

Please sign in to comment.