Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romainguy committed Apr 24, 2023
1 parent 49cd8aa commit a9a1e36
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

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

16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

buildscript {
ext {
compose_bom = '2023.01.00'
core_ktx_version = '1.9.0'
compose_compiler_version = '1.3.2'
compose_bom = '2023.04.01'
core_ktx_version = '1.10.0'
compose_compiler_version = '1.4.6'
}

dependencies {
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.24.0'
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.7.20'
classpath 'org.jetbrains.dokka:dokka-gradle-plugin:1.8.10'
}
}

plugins {
id 'com.android.application' version '8.1.0-alpha10' apply false
id 'com.android.library' version '8.1.0-alpha10' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
id 'com.android.application' version '8.1.0-alpha11' apply false
id 'com.android.library' version '8.1.0-alpha11' apply false
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
}

subprojects {
tasks.withType(KotlinCompile).configureEach {
kotlinOptions {
compilerOptions {
if (project.findProperty("combo-breaker.enableComposeCompilerReports") == "true") {
freeCompilerArgs += [
"-P",
Expand Down

0 comments on commit a9a1e36

Please sign in to comment.