Skip to content

Commit

Permalink
Merge "Update to kotlin 1.9.20-Beta" into studio-main
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrAfifiy authored and Android (Google) Code Review committed Sep 22, 2023
2 parents c91d0b2 + 8dedc10 commit 8891c6d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ val agpToGradleVersions = mapOf(
* Current supported Kotlin plugin, later we add a
* CLI argument to support more versions
*/
const val kotlinPluginVersion = "1.9.0"
const val kotlinPluginVersion = "1.9.20-Beta"

/**
* The compile SDK version for recipes
Expand Down Expand Up @@ -217,4 +217,4 @@ class RecipeConverter(
}
return false
}
}
}

0 comments on commit 8891c6d

Please sign in to comment.