Skip to content

Commit 4a3a9fe

Browse files
committed
try to fix issues with Paparazzi due to composeKotlinCompiler and Kotlin versions
1 parent 93d7ce0 commit 4a3a9fe

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

android-testify/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
}
3939

4040
composeOptions {
41-
kotlinCompilerExtensionVersion '1.4.6'
41+
kotlinCompilerExtensionVersion '1.5.0'
4242
}
4343

4444
publishing {

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88
dependencies {
99
classpath 'com.android.tools.build:gradle:8.1.1'
10-
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20'
10+
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files

dropshots/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
}
3838

3939
composeOptions {
40-
kotlinCompilerExtensionVersion '1.4.6'
40+
kotlinCompilerExtensionVersion '1.5.0'
4141
}
4242

4343
publishing {
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Feb 02 06:47:34 CET 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

paparazzi/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434
}
3535

3636
composeOptions {
37-
kotlinCompilerExtensionVersion '1.4.6'
37+
kotlinCompilerExtensionVersion '1.5.0'
3838
}
3939

4040
publishing {

roborazzi/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535
}
3636

3737
composeOptions {
38-
kotlinCompilerExtensionVersion '1.4.6'
38+
kotlinCompilerExtensionVersion '1.5.0'
3939
}
4040

4141
publishing {

shot/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
}
3838

3939
composeOptions {
40-
kotlinCompilerExtensionVersion '1.4.6'
40+
kotlinCompilerExtensionVersion '1.5.0'
4141
}
4242

4343
publishing {

utils/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
}
4141

4242
composeOptions {
43-
kotlinCompilerExtensionVersion '1.4.6'
43+
kotlinCompilerExtensionVersion '1.5.0'
4444
}
4545

4646
publishing {

0 commit comments

Comments
 (0)