<dependency>
<groupId>com.airbnb.android</groupId>
<artifactId>mvrx-rxjava2</artifactId>
<version>2.0.0-alpha7</version>
<type>aar</type>
</dependency>
@Grapes(
@Grab(group='com.airbnb.android', module='mvrx-rxjava2', version='2.0.0-alpha7')
)
compile
|-- com.airbnb.android:mvrx:2.0.0-alpha7
|-- io.reactivex.rxjava2:rxjava:2.2.9
runtime
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72
|-- org.jetbrains.kotlin:kotlin-android-extensions-runtime:1.3.72
|-- androidx.fragment:fragment:1.2.3