Skip to content

Commit

Permalink
Expose flowbinding-common as part of the ABI of each library artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Jun 27, 2020
1 parent d3f0d1d commit f809ce7
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion flowbinding-activity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
}

dependencies {
implementation project(':flowbinding-common')
api project(':flowbinding-common')

implementation "androidx.activity:activity-ktx:${versions.androidx.activity}"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:${versions.kotlinx.coroutines}"
Expand Down
2 changes: 1 addition & 1 deletion flowbinding-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
}

dependencies {
implementation project(':flowbinding-common')
api project(':flowbinding-common')

implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:${versions.kotlinx.coroutines}"

Expand Down
2 changes: 1 addition & 1 deletion flowbinding-appcompat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
}

dependencies {
implementation project(':flowbinding-common')
api project(':flowbinding-common')

implementation "androidx.appcompat:appcompat:${versions.androidx.appCompat}"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:${versions.kotlinx.coroutines}"
Expand Down
2 changes: 1 addition & 1 deletion flowbinding-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
}

dependencies {
implementation project(':flowbinding-common')
api project(':flowbinding-common')

implementation "androidx.core:core-ktx:${versions.androidx.core}"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:${versions.kotlinx.coroutines}"
Expand Down
2 changes: 1 addition & 1 deletion flowbinding-drawerlayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
}

dependencies {
implementation project(':flowbinding-common')
api project(':flowbinding-common')

implementation "androidx.drawerlayout:drawerlayout:${versions.androidx.drawerLayout}"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:${versions.kotlinx.coroutines}"
Expand Down
2 changes: 1 addition & 1 deletion flowbinding-lifecycle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
}

dependencies {
implementation project(':flowbinding-common')
api project(':flowbinding-common')

implementation "androidx.lifecycle:lifecycle-common-java8:${versions.androidx.lifecycle}"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:${versions.kotlinx.coroutines}"
Expand Down
2 changes: 1 addition & 1 deletion flowbinding-material/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
}

dependencies {
implementation project(':flowbinding-common')
api project(':flowbinding-common')

implementation "com.google.android.material:material:${versions.material}"
implementation "androidx.fragment:fragment-ktx:${versions.androidx.fragment}"
Expand Down
2 changes: 1 addition & 1 deletion flowbinding-navigation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
}

dependencies {
implementation project(':flowbinding-common')
api project(':flowbinding-common')

implementation "androidx.navigation:navigation-runtime-ktx:${versions.androidx.navigation}"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:${versions.kotlinx.coroutines}"
Expand Down
2 changes: 1 addition & 1 deletion flowbinding-preference/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
}

dependencies {
implementation project(':flowbinding-common')
api project(':flowbinding-common')

implementation "androidx.preference:preference-ktx:${versions.androidx.preference}"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:${versions.kotlinx.coroutines}"
Expand Down
2 changes: 1 addition & 1 deletion flowbinding-recyclerview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
}

dependencies {
implementation project(':flowbinding-common')
api project(':flowbinding-common')

implementation "androidx.recyclerview:recyclerview:${versions.androidx.recyclerView}"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:${versions.kotlinx.coroutines}"
Expand Down
2 changes: 1 addition & 1 deletion flowbinding-swiperefreshlayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
}

dependencies {
implementation project(':flowbinding-common')
api project(':flowbinding-common')

implementation "androidx.swiperefreshlayout:swiperefreshlayout:${versions.androidx.swipeRefreshLayout}"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:${versions.kotlinx.coroutines}"
Expand Down
2 changes: 1 addition & 1 deletion flowbinding-viewpager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
}

dependencies {
implementation project(':flowbinding-common')
api project(':flowbinding-common')

implementation "androidx.viewpager:viewpager:${versions.androidx.viewPager}"
implementation "androidx.fragment:fragment-ktx:${versions.androidx.fragment}"
Expand Down
2 changes: 1 addition & 1 deletion flowbinding-viewpager2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
}

dependencies {
implementation project(':flowbinding-common')
api project(':flowbinding-common')

implementation "androidx.viewpager2:viewpager2:${versions.androidx.viewPager2}"
implementation "androidx.fragment:fragment-ktx:${versions.androidx.fragment}"
Expand Down

0 comments on commit f809ce7

Please sign in to comment.