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

Configuration: disable arrow-fx-android module #264

Merged
merged 2 commits into from
Aug 21, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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