kotlin function android code example Example: kotlin function fun sum(a: Int, b: Int): Int { return a + b }