Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
Configuration: disable arrow-fx-android module (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelcarmena committed Aug 21, 2020
1 parent 9cf0be3 commit 4983519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ configure(subprojects
- project("arrow-benchmarks-fx")
- project("arrow-benchmarks-fx:arrow-scala-benchmarks")
- project("arrow-benchmarks-fx:arrow-kio-benchmarks")
- project("arrow-fx-android")
// - project("arrow-fx-android")
- project("arrow-fx-coroutines"))
{
apply plugin: 'ru.vyarus.animalsniffer'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include 'arrow-fx-coroutines'
include 'arrow-fx-reactor'
include 'arrow-fx-rx2'
include 'arrow-fx-kotlinx-coroutines'
include 'arrow-fx-android'
// include 'arrow-fx-android'
include 'arrow-benchmarks-fx:arrow-scala-benchmarks'
include 'arrow-benchmarks-fx:arrow-kio-benchmarks'
include 'arrow-benchmarks-fx'
Expand Down

0 comments on commit 4983519

Please sign in to comment.