Skip to content

Commit 0888814

Browse files
committed
fixed test
1 parent 797b89d commit 0888814

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugin-build/src/test/kotlin/io/sentry/android/gradle/integration/SentryPluginKotlinCompilerPrereleaseTest.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class SentryPluginKotlinCompilerPrereleaseTest :
1111

1212
override val additionalBuildClasspath: String =
1313
"""
14-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20-RC"
14+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20-RC"
1515
"""
1616
.trimIndent()
1717

@@ -38,14 +38,14 @@ class SentryPluginKotlinCompilerPrereleaseTest :
3838
compose true
3939
}
4040
composeOptions {
41-
kotlinCompilerExtensionVersion = "1.4.6"
41+
kotlinCompilerExtensionVersion = "1.5.4"
4242
}
4343
kotlinOptions {
4444
jvmTarget = "1.8"
4545
}
4646
}
4747
dependencies {
48-
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.8.20-RC"
48+
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.20-RC"
4949
implementation "io.sentry:sentry-compose-android:${BuildConfig.SdkVersion}"
5050
5151
implementation 'androidx.compose.ui:ui:1.4.0'

0 commit comments

Comments
 (0)