We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daad68e commit ad9a249Copy full SHA for ad9a249
settings.gradle.kts
@@ -246,10 +246,12 @@ pluginManagement {
246
val temurin = object : Platform(
247
name = "Temurin", vendor = "temurin", /* More common as "Eclipse Adoptium". */
248
androidVersionMap = mapOf(
249
+ "21.0.6+7" to "8.7.3", /* Apr 16, 2025. */
250
"20.0.2+9" to "8.2.2", /* Dec 2, 2024. */
251
consts.IDENTIFIER_FALLBACK to recommendedMinGradleVersion,
252
),
253
kotlinVersionMap = mapOf(
254
+ "21.0.6+7" to "2.1.10", /* Apr 16, 2025. */
255
"20.0.2+9" to "1.9.24", /* Dec 2, 2024. */
256
consts.IDENTIFIER_FALLBACK to recommendedMinKotlinVersion,
257
0 commit comments