Skip to content

Commit

Permalink
Add warning comment for Kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen committed Jun 20, 2021
1 parent d1e6943 commit 043cf43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import org.gradle.api.artifacts.dsl.RepositoryHandler

fun RepositoryHandler.defaultRepositories() {
google()
mavenCentral()
google()
}

object Plugins {
object Versions {
// Kotlin version should be consistent with version catalog in /gradle/libs.versions.toml!
const val kotlin = "1.5.10"
const val binaryCompatibilityValidatorVersion = "0.6.0"
const val detekt = "1.17.1"
Expand Down

0 comments on commit 043cf43

Please sign in to comment.