@damianpetla: yes, to enable IC in gradle adding "kotlin.incremental=true" to either gradle.properties or local.properties should be enough.
After that there should be a warning "Using experimental kotlin incremental compilation" in the output.
The first build after enabling IC won't be incremental.