Skip to content

Commit

Permalink
build: added android-maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Jire committed Dec 17, 2020
1 parent 06e0255 commit 3601f4c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.4.21"
id("com.github.dcendents.android-maven") version "2.1" apply true
}

group = "org.jire"
Expand All @@ -21,6 +22,4 @@ dependencies {

tasks.withType<KotlinCompile> {
kotlinOptions.jvmTarget = "13"
}

tasks.withType<Test> {}
}

0 comments on commit 3601f4c

Please sign in to comment.