<dependency>
<groupId>com.airbnb.android</groupId>
<artifactId>epoxy-databinding</artifactId>
<version>4.6.3-vinay-compose</version>
<type>aar</type>
</dependency>
@Grapes(
@Grab(group='com.airbnb.android', module='epoxy-databinding', version='4.6.3-vinay-compose')
)
<dependency org="com.airbnb.android" name="epoxy-databinding" rev="4.6.3-vinay-compose" />
compile
|-- androidx.databinding:databinding-common:7.0.0-beta03
|-- androidx.databinding:databinding-runtime:7.0.0-beta03
|-- androidx.databinding:databinding-adapters:7.0.0-beta03
runtime
|-- androidx.annotation:annotation:1.2.0
|-- androidx.recyclerview:recyclerview:1.2.0
|-- com.google.android.material:material:1.3.0
|-- androidx.appcompat:appcompat:1.2.0
|-- com.airbnb.android:epoxy-annotations:4.6.3-vinay-compose