Skip to content

Commit cb28ae9

Browse files
committed
fixed test
1 parent f87680b commit cb28ae9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 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.9.20-RC"
14+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20-RC"
1515
"""
1616
.trimIndent()
1717

@@ -38,19 +38,19 @@ class SentryPluginKotlinCompilerPrereleaseTest :
3838
compose true
3939
}
4040
composeOptions {
41-
kotlinCompilerExtensionVersion = "1.5.4"
41+
kotlinCompilerExtensionVersion = "1.4.6"
4242
}
4343
kotlinOptions {
4444
jvmTarget = "1.8"
4545
4646
freeCompilerArgs += [
4747
"-P",
48-
"plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=1.9.20-RC"
48+
"plugin:androidx.compose.compiler.plugins.kotlin:suppressKotlinVersionCompatibilityCheck=1.8.20-RC"
4949
]
5050
}
5151
}
5252
dependencies {
53-
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.9.20-RC"
53+
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.8.20-RC"
5454
implementation "io.sentry:sentry-compose-android:${BuildConfig.SdkVersion}"
5555
5656
implementation 'androidx.compose.ui:ui:1.4.0'

0 commit comments

Comments
 (0)