[go: nahoru, domu]

blob: 2fc2d83ffca6a43f6a623ef1b6bdd4168ccd90d3 [file] [log] [blame]
import static androidx.build.dependencies.DependenciesKt.*
import androidx.build.LibraryGroups
import androidx.build.LibraryVersions
plugins {
id("SupportAndroidLibraryPlugin")
}
android {
lintOptions {
fatal("UnknownNullness")
}
}
dependencies {
api(project(":core"))
api(project(":collection"))
annotationProcessor(NULLAWAY)
androidTestImplementation(TEST_EXT_JUNIT)
androidTestImplementation(TEST_CORE)
androidTestImplementation(TEST_RUNNER)
}
supportLibrary {
name = "Android Support Palette v7"
publish = true
mavenVersion = LibraryVersions.PALETTE
mavenGroup = LibraryGroups.PALETTE
inceptionYear = "2014"
description = "Android Support Palette v7"
}