-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
50 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
kotlin.code.style=official | ||
android.useAndroidX=true | ||
android.enableAdditionalTestOutput=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import org.gradle.jvm.toolchain.JavaLanguageVersion | ||
import org.jetbrains.kotlin.gradle.dsl.JvmTarget | ||
|
||
plugins { | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
kotlin.code.style=official | ||
android.useAndroidX=true | ||
POM_ARTIFACT_ID=diffutil | ||
POM_NAME=Android DiffUtil adapter | ||
POM_DESCRIPTION=Equality adapter for Andriod DiffUtil. Removes the typical DiffUtil boilerplate. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,25 @@ | ||
kotlin.code.style=official | ||
org.gradle.jvmargs=-Xmx5g | ||
org.gradle.parallel=true | ||
android.useAndroidX=true | ||
|
||
kotlin.code.style=official | ||
android.useAndroidX=true | ||
|
||
GROUP=dev.bright.kequality | ||
VERSION_NAME=1.5.0 | ||
|
||
POM_URL=https://github.com/bright/kequality/ | ||
|
||
POM_LICENSE_NAME=MIT License | ||
POM_LICENSE_URL=https://opensource.org/license/mit | ||
POM_LICENSE_DIST=repo | ||
|
||
POM_SCM_URL=https://github.com/bright/kequality/ | ||
POM_SCM_CONNECTION=scm:git:git://github.com/bright/kequality.git | ||
POM_SCM_DEV_CONNECTION=scm:git:ssh://github.com:bright/kequality.git | ||
|
||
POM_DEVELOPER_ID=bright | ||
POM_DEVELOPER_NAME=Bright Inventions | ||
POM_DEVELOPER_URL=https://github.com/bright/ | ||
|
||
SONATYPE_HOST=S01 | ||
RELEASE_SIGNING_ENABLED=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,34 @@ | ||
[versions] | ||
kotlin = "1.9.24" | ||
gradleMavenPublishPlugin = "0.28.0" | ||
androidGradlePlugin = "8.5.0" | ||
gradleMavenPublishPlugin = "0.29.0" | ||
androidBenchmark = "1.2.4" | ||
androidTestExtJunit = "1.1.3" | ||
androidTestRunner = "1.4.0" | ||
recyclerView = "1.3.2" | ||
shouldko = "0.2.2" | ||
|
||
[libraries] | ||
# Plugins treated as libraries for buildSrc | ||
android-gradlePlugin = { module = "com.android.tools.build:gradle", version.ref = "androidGradlePlugin" } | ||
|
||
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } | ||
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" } | ||
kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin" } | ||
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" } | ||
|
||
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" } | ||
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" } | ||
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerView" } | ||
androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidTestRunner" } | ||
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidTestExtJunit" } | ||
|
||
androidx-benchmark = { module = "androidx.benchmark:benchmark-junit4", version.ref = "androidBenchmark" } | ||
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" } | ||
|
||
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" } | ||
kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" } | ||
|
||
gradleMavenPublishPlugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version.ref = "gradleMavenPublishPlugin" } | ||
androidx-test-runner = { module = "androidx.test:runner", version = "1.4.0" } | ||
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version = "1.1.3" } | ||
|
||
shouldko = { module = "com.github.miensol:shouldko", version.ref = "shouldko" } | ||
shouldko = { module = "com.github.miensol:shouldko", version = "0.2.2" } | ||
|
||
[plugins] | ||
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm" } | ||
kotlin-android = { id = "org.jetbrains.kotlin.android" } | ||
android-library = { id = "com.android.library" } | ||
android-benchmark = { id = "androidx.benchmark", version.ref = "androidBenchmark" } | ||
publish = { id = "com.vanniktech.maven.publish", version.ref = "gradleMavenPublishPlugin" } | ||
maven-publish = { id = "com.vanniktech.maven.publish", version.ref = "gradleMavenPublishPlugin" } | ||
|
||
# From buildSrc | ||
dev-bright-android-library = { id = "dev.bright.android.library" } | ||
dev-bright-kotlin-library = { id = "dev.bright.kotlin.library" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
POM_ARTIFACT_ID=kequality | ||
POM_NAME=kequality | ||
POM_DESCRIPTION=A custom equality checking utility |