blob: 2ce453c23e6273378f55304d84f53ed8d7c988d8 [file] [log] [blame]
/*
* Copyright (C) 2019 Square, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
object versions {
const val kotlin = "1.3.70"
const val spotless = "3.27.0"
const val ktlint = "0.36.0"
const val mavenPublish = "0.8.0"
const val shadowPlugin = "5.1.0"
const val dokka = "0.10.0"
}
object deps {
const val autoCommon = "com.google.auto:auto-common:0.10"
object kotlin {
const val stdlib = "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
const val reflect = "org.jetbrains.kotlin:kotlin-reflect"
const val junit = "org.jetbrains.kotlin:kotlin-test-junit"
const val metadata = "org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.1.0"
}
object test {
const val truth = "com.google.truth:truth:1.0"
const val compileTesting = "com.google.testing.compile:compile-testing:0.15"
const val jimfs = "com.google.jimfs:jimfs:1.1"
const val ecj = "org.eclipse.jdt.core.compiler:ecj:4.6.1"
}
}