<dependency>
<groupId>com.airbnb.android</groupId>
<artifactId>epoxy</artifactId>
<version>5.0.0</version>
<type>aar</type>
</dependency>
compile
|-- com.airbnb.android:epoxy-annotations:5.0.0
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.0
runtime
|-- org.jetbrains.kotlin:kotlin-parcelize-runtime:1.7.0
|-- androidx.appcompat:appcompat:1.5.1
|-- androidx.annotation:annotation:1.5.0