Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlo2102 committed Oct 20, 2019
1 parent a17c700 commit 40c0c3a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions annotations/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
apply plugin: 'kotlin'
apply plugin: 'maven'

group='com.github.VRGsoftUA'

repositories {
mavenCentral()
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.2.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
}
}

Expand Down
3 changes: 3 additions & 0 deletions processor/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
apply plugin: 'java-library'
apply plugin: 'kotlin'
apply plugin: 'kotlin-kapt'
apply plugin: 'maven'

group='com.github.VRGsoftUA'

repositories {
mavenCentral()
Expand Down

0 comments on commit 40c0c3a

Please sign in to comment.