Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Commit fba7675

Browse files
Renamed gradle modules
1 parent 171ba11 commit fba7675

File tree

23 files changed

+9
-7
lines changed

23 files changed

+9
-7
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ buildscript {
33

44
repositories {
55
mavenCentral()
6+
jcenter()
67
}
78

89
dependencies {
910
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
11+
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.+'
1012
}
1113
}
1214

File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apply plugin: 'kotlin-kapt'
22

33
dependencies {
4-
compile project(':builder-annotation')
4+
compile project(':kotlin-builder-annotation')
55

6-
kapt project(':builder-processor')
6+
kapt project(':kotlin-builder-processor')
77

88
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
99
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
@@ -12,4 +12,4 @@ dependencies {
1212
testCompile group: 'com.willowtreeapps.assertk', name: 'assertk', version: '0.10'
1313
testCompile group: 'org.assertj', name: 'assertj-core', version: '3.10.0'
1414

15-
}
15+
}

0 commit comments

Comments
 (0)