Kotlin -Unterschied zwischen Val und const

const for compile time constants, val for runtime constants
Emil Babazade