We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdae2f7 commit cb45c0aCopy full SHA for cb45c0a
1 file changed
buildSrc/src/main/java/Config.kt
@@ -155,16 +155,6 @@ object Config {
155
val versionNameProp = "versionName"
156
}
157
158
- object CompileOnly {
159
-// private val nopenVersion = "1.0.1"
160
-//
161
-// val jetbrainsAnnotations = "org.jetbrains:annotations:23.0.0"
162
-// val nopen = "com.jakewharton.nopen:nopen-annotations:$nopenVersion"
163
-// val nopenChecker = "com.jakewharton.nopen:nopen-checker:$nopenVersion"
164
-// val errorprone = "com.google.errorprone:error_prone_core:2.11.0"
165
-// val errorProneNullAway = "com.uber.nullaway:nullaway:0.9.5"
166
- }
167
-
168
object BuildScript {
169
val androidLibs = setOf(
170
"sentry-android-core",
0 commit comments