Skip to content

Commit

Permalink
Mark SKIE as compatible with Kotlin 2.0.0-RC3.
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipDolnik committed May 15, 2024
1 parent 50dd10e commit e03b7ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common-gradle/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kotlin.mpp.import.enableKgpDependencyResolution=true

pluginId=co.touchlab.skie

versionSupport.kotlinTooling=1.8.0(1.8.10), 1.8.20(1.8.21, 1.8.22), 1.9.0(1.9.10), 1.9.20(1.9.21, 1.9.22, 1.9.23, 1.9.24), 2.0.0[2.0.0-RC1](2.0.0-RC2)
versionSupport.kotlinTooling=1.8.0(1.8.10), 1.8.20(1.8.21, 1.8.22), 1.9.0(1.9.10), 1.9.20(1.9.21, 1.9.22, 1.9.23, 1.9.24), 2.0.0[2.0.0-RC1](2.0.0-RC2, 2.0.0-RC3)
versionSupport.gradleApi=7.3, 8.0, 8.1

touchlab.key=ABCDEFGHIJKLMNOPQRSTUVWXYZ
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object SkieTestRunnerConfiguration {
val configurations = list<BuildConfiguration>("matrix.configurations")
val linkModes = list<LinkMode>("matrix.linkModes")
// TODO Automatically derive from Build-setup
val kotlinVersions = list("matrix.kotlinVersions", ::KotlinVersion) ?: listOf("1.8.0", "1.8.20", "1.9.0", "1.9.20", "2.0.0-RC2").map(::KotlinVersion)
val kotlinVersions = list("matrix.kotlinVersions", ::KotlinVersion) ?: listOf("1.8.0", "1.8.20", "1.9.0", "1.9.20", "2.0.0-RC3").map(::KotlinVersion)
val gradleVersions = list("matrix.gradleVersions", ::GradleVersion) ?: listOf("8.6").map(::GradleVersion)

fun buildMatrixSource(): SkieTestMatrixSource {
Expand Down

0 comments on commit e03b7ff

Please sign in to comment.