job

var job: Job?

Deprecated

kotlin classes are relocated and it's impossible to use this field without relocation

Replace with

use onStop and stop

Gets a coroutine job started by start.

Use this field only with kotlin relocation. Otherwise, you will get class not found exception.