[Gradle][Minor]: Update comment on 'shouldUseOldKtorAndCoroutinesExternalDependencies'

KT-60901
This commit is contained in:
Sebastian Sellmair
2023-08-11 16:58:21 +02:00
committed by Space Team
parent b52d3c114f
commit 1c2eab39d2
@@ -37,7 +37,7 @@ internal class NativeExternalDependenciesIT : KGPBaseTest() {
}
}
@DisplayName("Should build with ktor 1.5.4 and coroutines 1.5.0-RC-native-mt")
@DisplayName("Should build with ktor 2.3.3 and coroutines 1.7.2")
@GradleTest
fun shouldUseOldKtorAndCoroutinesExternalDependencies(gradleVersion: GradleVersion) {