Skip to content

Commit 797b89d

Browse files
committed
fixed test
1 parent fc4ba26 commit 797b89d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

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

@@ -25,7 +25,6 @@ class SentryPluginKotlinCompilerPrereleaseTest :
2525
id "kotlin-android"
2626
id "io.sentry.android.gradle"
2727
id "io.sentry.kotlin.compiler.gradle"
28-
id "org.jetbrains.kotlin.plugin.compose" version "2.2.10-RC2"
2928
}
3029
3130
android {
@@ -46,7 +45,7 @@ class SentryPluginKotlinCompilerPrereleaseTest :
4645
}
4746
}
4847
dependencies {
49-
implementation "org.jetbrains.kotlin:kotlin-stdlib:2.2.10-RC2"
48+
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.8.20-RC"
5049
implementation "io.sentry:sentry-compose-android:${BuildConfig.SdkVersion}"
5150
5251
implementation 'androidx.compose.ui:ui:1.4.0'

0 commit comments

Comments
 (0)