|
| 1 | +import kotlin.String |
| 2 | + |
| 3 | +/** |
| 4 | + * Generated by https://github.com/jmfayard/buildSrcVersions |
| 5 | + * |
| 6 | + * Update this file with |
| 7 | + * `$ ./gradlew buildSrcVersions` |
| 8 | + */ |
| 9 | +object Libs { |
| 10 | + /** |
| 11 | + * http://developer.android.com/tools/extras/support-library.html |
| 12 | + */ |
| 13 | + const val appcompat: String = "androidx.appcompat:appcompat:" + Versions.appcompat |
| 14 | + |
| 15 | + /** |
| 16 | + * https://developer.android.com/testing |
| 17 | + */ |
| 18 | + const val espresso_core: String = "androidx.test.espresso:espresso-core:" + Versions.espresso_core |
| 19 | + |
| 20 | + /** |
| 21 | + * https://developer.android.com/testing |
| 22 | + */ |
| 23 | + const val androidx_test_runner: String = "androidx.test:runner:" + Versions.androidx_test_runner |
| 24 | + |
| 25 | + /** |
| 26 | + * https://github.com/robstoll/atrium |
| 27 | + */ |
| 28 | + const val atrium_cc_en_gb_robstoll_common: String = |
| 29 | + "ch.tutteli.atrium:atrium-cc-en_GB-robstoll-common:" + Versions.ch_tutteli_atrium |
| 30 | + |
| 31 | + /** |
| 32 | + * https://github.com/robstoll/atrium |
| 33 | + */ |
| 34 | + const val atrium_cc_en_gb_robstoll: String = "ch.tutteli.atrium:atrium-cc-en_GB-robstoll:" + |
| 35 | + Versions.ch_tutteli_atrium |
| 36 | + |
| 37 | + /** |
| 38 | + * https://developer.android.com/studio |
| 39 | + */ |
| 40 | + const val aapt2: String = "com.android.tools.build:aapt2:" + Versions.aapt2 |
| 41 | + |
| 42 | + /** |
| 43 | + * https://developer.android.com/studio |
| 44 | + */ |
| 45 | + const val com_android_tools_build_gradle: String = "com.android.tools.build:gradle:" + |
| 46 | + Versions.com_android_tools_build_gradle |
| 47 | + |
| 48 | + /** |
| 49 | + * https://developer.android.com/studio |
| 50 | + */ |
| 51 | + const val lint_gradle: String = "com.android.tools.lint:lint-gradle:" + Versions.lint_gradle |
| 52 | + |
| 53 | + const val de_fayard_buildsrcversions_gradle_plugin: String = |
| 54 | + "de.fayard.buildSrcVersions:de.fayard.buildSrcVersions.gradle.plugin:" + |
| 55 | + Versions.de_fayard_buildsrcversions_gradle_plugin |
| 56 | + |
| 57 | + /** |
| 58 | + * http://mockk.io |
| 59 | + */ |
| 60 | + const val mockk_common: String = "io.mockk:mockk-common:" + Versions.io_mockk |
| 61 | + |
| 62 | + /** |
| 63 | + * http://mockk.io |
| 64 | + */ |
| 65 | + const val mockk: String = "io.mockk:mockk:" + Versions.io_mockk |
| 66 | + |
| 67 | + /** |
| 68 | + * http://junit.org |
| 69 | + */ |
| 70 | + const val junit: String = "junit:junit:" + Versions.junit |
| 71 | + |
| 72 | + const val dokka_gradle_plugin: String = "org.jetbrains.dokka:dokka-gradle-plugin:" + |
| 73 | + Versions.dokka_gradle_plugin |
| 74 | + |
| 75 | + /** |
| 76 | + * https://kotlinlang.org/ |
| 77 | + */ |
| 78 | + const val kotlin_android_extensions_runtime: String = |
| 79 | + "org.jetbrains.kotlin:kotlin-android-extensions-runtime:" + Versions.org_jetbrains_kotlin |
| 80 | + |
| 81 | + /** |
| 82 | + * https://kotlinlang.org/ |
| 83 | + */ |
| 84 | + const val kotlin_android_extensions: String = "org.jetbrains.kotlin:kotlin-android-extensions:" + |
| 85 | + Versions.org_jetbrains_kotlin |
| 86 | + |
| 87 | + /** |
| 88 | + * https://kotlinlang.org/ |
| 89 | + */ |
| 90 | + const val kotlin_annotation_processing_gradle: String = |
| 91 | + "org.jetbrains.kotlin:kotlin-annotation-processing-gradle:" + Versions.org_jetbrains_kotlin |
| 92 | + |
| 93 | + /** |
| 94 | + * https://kotlinlang.org/ |
| 95 | + */ |
| 96 | + const val kotlin_gradle_plugin: String = "org.jetbrains.kotlin:kotlin-gradle-plugin:" + |
| 97 | + Versions.org_jetbrains_kotlin |
| 98 | + |
| 99 | + /** |
| 100 | + * https://kotlinlang.org/ |
| 101 | + */ |
| 102 | + const val kotlin_reflect: String = "org.jetbrains.kotlin:kotlin-reflect:" + |
| 103 | + Versions.org_jetbrains_kotlin |
| 104 | + |
| 105 | + /** |
| 106 | + * https://kotlinlang.org/ |
| 107 | + */ |
| 108 | + const val kotlin_scripting_compiler_embeddable: String = |
| 109 | + "org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:" + Versions.org_jetbrains_kotlin |
| 110 | + |
| 111 | + /** |
| 112 | + * https://kotlinlang.org/ |
| 113 | + */ |
| 114 | + const val kotlin_stdlib_common: String = "org.jetbrains.kotlin:kotlin-stdlib-common:" + |
| 115 | + Versions.org_jetbrains_kotlin |
| 116 | + |
| 117 | + /** |
| 118 | + * https://kotlinlang.org/ |
| 119 | + */ |
| 120 | + const val kotlin_stdlib_jdk8: String = "org.jetbrains.kotlin:kotlin-stdlib-jdk8:" + |
| 121 | + Versions.org_jetbrains_kotlin |
| 122 | + |
| 123 | + /** |
| 124 | + * https://kotlinlang.org/ |
| 125 | + */ |
| 126 | + const val kotlin_stdlib_js: String = "org.jetbrains.kotlin:kotlin-stdlib-js:" + |
| 127 | + Versions.org_jetbrains_kotlin |
| 128 | + |
| 129 | + /** |
| 130 | + * https://kotlinlang.org/ |
| 131 | + */ |
| 132 | + const val kotlin_stdlib: String = "org.jetbrains.kotlin:kotlin-stdlib:" + |
| 133 | + Versions.org_jetbrains_kotlin |
| 134 | + |
| 135 | + /** |
| 136 | + * https://kotlinlang.org/ |
| 137 | + */ |
| 138 | + const val kotlin_test_annotations_common: String = |
| 139 | + "org.jetbrains.kotlin:kotlin-test-annotations-common:" + Versions.org_jetbrains_kotlin |
| 140 | + |
| 141 | + /** |
| 142 | + * https://kotlinlang.org/ |
| 143 | + */ |
| 144 | + const val kotlin_test_common: String = "org.jetbrains.kotlin:kotlin-test-common:" + |
| 145 | + Versions.org_jetbrains_kotlin |
| 146 | + |
| 147 | + /** |
| 148 | + * https://kotlinlang.org/ |
| 149 | + */ |
| 150 | + const val kotlin_test_js: String = "org.jetbrains.kotlin:kotlin-test-js:" + |
| 151 | + Versions.org_jetbrains_kotlin |
| 152 | + |
| 153 | + /** |
| 154 | + * https://kotlinlang.org/ |
| 155 | + */ |
| 156 | + const val kotlin_test_junit: String = "org.jetbrains.kotlin:kotlin-test-junit:" + |
| 157 | + Versions.org_jetbrains_kotlin |
| 158 | + |
| 159 | + /** |
| 160 | + * https://kotlinlang.org/ |
| 161 | + */ |
| 162 | + const val kotlin_test: String = "org.jetbrains.kotlin:kotlin-test:" + |
| 163 | + Versions.org_jetbrains_kotlin |
| 164 | + |
| 165 | + const val spek_dsl_jvm: String = "org.spekframework.spek2:spek-dsl-jvm:" + |
| 166 | + Versions.org_spekframework_spek2 |
| 167 | + |
| 168 | + const val spek_dsl_metadata: String = "org.spekframework.spek2:spek-dsl-metadata:" + |
| 169 | + Versions.org_spekframework_spek2 |
| 170 | + |
| 171 | + const val spek_runner_junit5: String = "org.spekframework.spek2:spek-runner-junit5:" + |
| 172 | + Versions.org_spekframework_spek2 |
| 173 | +} |
0 commit comments