1*238ab3e7SAndroid Build Coastguard Worker# Copyright (C) 2021 Square, Inc. 2*238ab3e7SAndroid Build Coastguard Worker# 3*238ab3e7SAndroid Build Coastguard Worker# Licensed under the Apache License, Version 2.0 (the "License"); 4*238ab3e7SAndroid Build Coastguard Worker# you may not use this file except in compliance with the License. 5*238ab3e7SAndroid Build Coastguard Worker# You may obtain a copy of the License at 6*238ab3e7SAndroid Build Coastguard Worker# 7*238ab3e7SAndroid Build Coastguard Worker# https://www.apache.org/licenses/LICENSE-2.0 8*238ab3e7SAndroid Build Coastguard Worker# 9*238ab3e7SAndroid Build Coastguard Worker# Unless required by applicable law or agreed to in writing, software 10*238ab3e7SAndroid Build Coastguard Worker# distributed under the License is distributed on an "AS IS" BASIS, 11*238ab3e7SAndroid Build Coastguard Worker# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12*238ab3e7SAndroid Build Coastguard Worker# See the License for the specific language governing permissions and 13*238ab3e7SAndroid Build Coastguard Worker# limitations under the License. 14*238ab3e7SAndroid Build Coastguard Worker 15*238ab3e7SAndroid Build Coastguard Worker[versions] 16*238ab3e7SAndroid Build Coastguard WorkerautoService = "1.0" 17*238ab3e7SAndroid Build Coastguard Workergjf = "1.17.0" 18*238ab3e7SAndroid Build Coastguard WorkerjvmTarget = "1.8" 19*238ab3e7SAndroid Build Coastguard Workerkotlin = "1.8.21" 20*238ab3e7SAndroid Build Coastguard WorkerkotlinCompileTesting = "0.2.1" 21*238ab3e7SAndroid Build Coastguard Workerkotlinpoet = "1.13.2" 22*238ab3e7SAndroid Build Coastguard Workerksp = "1.8.21-1.0.11" 23*238ab3e7SAndroid Build Coastguard Workerktlint = "0.41.0" 24*238ab3e7SAndroid Build Coastguard Worker 25*238ab3e7SAndroid Build Coastguard Worker[plugins] 26*238ab3e7SAndroid Build Coastguard Workerdokka = { id = "org.jetbrains.dokka", version = "1.8.10" } 27*238ab3e7SAndroid Build Coastguard Workerjapicmp = { id = "me.champeau.gradle.japicmp", version = "0.2.9" } 28*238ab3e7SAndroid Build Coastguard Workerksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } 29*238ab3e7SAndroid Build Coastguard WorkermavenPublish = { id = "com.vanniktech.maven.publish", version = "0.25.2" } 30*238ab3e7SAndroid Build Coastguard WorkermavenShadow = { id = "com.github.johnrengelman.shadow", version = "7.0.0" } 31*238ab3e7SAndroid Build Coastguard Workerspotless = { id = "com.diffplug.spotless", version = "5.14.2" } 32*238ab3e7SAndroid Build Coastguard Worker 33*238ab3e7SAndroid Build Coastguard Worker[libraries] 34*238ab3e7SAndroid Build Coastguard Workerasm = "org.ow2.asm:asm:9.3" 35*238ab3e7SAndroid Build Coastguard WorkerautoCommon = "com.google.auto:auto-common:1.1" 36*238ab3e7SAndroid Build Coastguard WorkerautoService = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoService" } 37*238ab3e7SAndroid Build Coastguard WorkerautoService-ksp = "dev.zacsweers.autoservice:auto-service-ksp:1.0.0" 38*238ab3e7SAndroid Build Coastguard Workerguava = "com.google.guava:guava:30.1.1-jre" 39*238ab3e7SAndroid Build Coastguard Workerjsr305 = "com.google.code.findbugs:jsr305:3.0.2" 40*238ab3e7SAndroid Build Coastguard Workerkotlin-annotationProcessingEmbeddable = { module = "org.jetbrains.kotlin:kotlin-annotation-processing-embeddable", version.ref = "kotlin" } 41*238ab3e7SAndroid Build Coastguard Workerkotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin" } 42*238ab3e7SAndroid Build Coastguard Workerkotlin-compilerEmbeddable = { module = "org.jetbrains.kotlin:kotlin-compiler-embeddable", version.ref = "kotlin" } 43*238ab3e7SAndroid Build Coastguard Workerkotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" } 44*238ab3e7SAndroid Build Coastguard Workerkotlinpoet = { module = "com.squareup:kotlinpoet", version.ref = "kotlinpoet" } 45*238ab3e7SAndroid Build Coastguard Workerkotlinpoet-metadata = { module = "com.squareup:kotlinpoet-metadata", version.ref = "kotlinpoet" } 46*238ab3e7SAndroid Build Coastguard Workerkotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version.ref = "kotlinpoet" } 47*238ab3e7SAndroid Build Coastguard WorkerkotlinxMetadata = "org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.6.0" 48*238ab3e7SAndroid Build Coastguard Workerksp = { module = "com.google.devtools.ksp:symbol-processing", version.ref = "ksp" } 49*238ab3e7SAndroid Build Coastguard Workerksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" } 50*238ab3e7SAndroid Build Coastguard Workerokio = "com.squareup.okio:okio:3.7.0" 51*238ab3e7SAndroid Build Coastguard Worker 52*238ab3e7SAndroid Build Coastguard Worker# Test libs 53*238ab3e7SAndroid Build Coastguard Workerassertj = "org.assertj:assertj-core:3.11.1" 54*238ab3e7SAndroid Build Coastguard Workerjunit = "junit:junit:4.13.2" 55*238ab3e7SAndroid Build Coastguard WorkerkotlinCompileTesting = { module = "dev.zacsweers.kctfork:core", version.ref = "kotlinCompileTesting" } 56*238ab3e7SAndroid Build Coastguard WorkerkotlinCompileTesting-ksp = { module = "dev.zacsweers.kctfork:ksp", version.ref ="kotlinCompileTesting" } 57*238ab3e7SAndroid Build Coastguard Workertruth = "com.google.truth:truth:1.1.3" 58