How to convert Long to Int in Kotlin? December 11, 2023 by Tarik Use Long.toInt(): process((System.currentTimeMillis() / 1000 / 60).toInt())