Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
Don't apply bintrayconfig
Browse files Browse the repository at this point in the history
We'll be using GitHub Packages instead

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
  • Loading branch information
msfjarvis committed Nov 21, 2019
1 parent 4d41683 commit b2acc37
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions library/build.gradle
Expand Up @@ -2,7 +2,7 @@ apply plugin: "com.android.library"
apply plugin: "kotlin-android"

apply from: "../dependencies.gradle"
apply from: "../bintrayconfig.gradle"
// apply from: "../bintrayconfig.gradle"

android {
compileSdkVersion versions.compileSdk
Expand All @@ -28,16 +28,6 @@ android {
}
}

afterEvaluate {
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
if (modulePackageId != null && modulePackageId != "") {
kotlinOptions.freeCompilerArgs += ["-module-name", modulePackageId]
} else {
logger.warn("Skipping setting compiler module name, no package to use.")
}
}
}

dependencies {
api deps.support.app_compat
implementation deps.kotlin.stdlib8
Expand Down

0 comments on commit b2acc37

Please sign in to comment.