While there’s no reason why Kotlin can’t be used with Alpine in its current state, there’s probably language features of Kotlin that can be leveraged for nicer/more efficient usage.
My initial thought on this is addressing nullability in Kotlin. The JetBrains annotations library can be used to provide these hints to the Kotlin compiler.
While there’s no reason why Kotlin can’t be used with Alpine in its current state, there’s probably language features of Kotlin that can be leveraged for nicer/more efficient usage.
My initial thought on this is addressing nullability in Kotlin. The JetBrains annotations library can be used to provide these hints to the Kotlin compiler.