badoo / RIBs

Badoo's take on RIBs
Apache License 2.0
162 stars 50 forks source link

Set JVM 1.8 target for Kotlin #235

Closed CherryPerry closed 3 years ago

CherryPerry commented 3 years ago

Kotlin compiler still uses 1.6 target, use 1.8 instead. It allow us to use 1.8 compiled external dependencies (e.g. androidx-ktx libraries).