Skip to content

Commit

Permalink
Distribute more libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinMoskala committed Jul 21, 2018
1 parent 4281a5d commit 47dec32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions activitystarter-compiler/build.gradle
Expand Up @@ -31,11 +31,11 @@ for (File file : sdkHandler.sdkLoader.repositories) {
}

dependencies {
api project(':activitystarter-annotations')
compile project(':activitystarter-annotations')
implementation deps.kotlin
api deps.autoservice
api deps.autocommon
api deps.javapoet
compile deps.autoservice
compile deps.autocommon
compile deps.javapoet
compileOnly files(org.gradle.internal.jvm.Jvm.current().getToolsJar())

testImplementation deps.junit
Expand Down
2 changes: 1 addition & 1 deletion activitystarter-kotlin/build.gradle
Expand Up @@ -32,8 +32,8 @@ sourceCompatibility = rootProject.ext.sourceCompatibilityVersion
targetCompatibility = rootProject.ext.targetCompatibilityVersion

dependencies {
compile project(':activitystarter-annotations')
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
api project(':activitystarter-annotations')
implementation deps.supportAppcompatv7
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"

Expand Down
2 changes: 1 addition & 1 deletion activitystarter/build.gradle
Expand Up @@ -31,7 +31,7 @@ android {
}

dependencies {
api project(':activitystarter-annotations')
compile project(':activitystarter-annotations')
implementation deps.supportAnnotations
implementation deps.supportCompat
implementation deps.supportAppcompatv7
Expand Down

0 comments on commit 47dec32

Please sign in to comment.