GeorgeS-Litesoft
12/03/2025, 5:04 PMksp.useKSP2=true
build.gradle.kts:
kotlin("jvm") version "2.2.0"
id("com.google.devtools.ksp") version "2.2.20-2.0.4" // KSP for Kotlin 2.2.0
ChatGPT just told me that default methods in interfaces is not supported in Kotlin "native" code.
While I currently have one default method in an interface, I can remove it, if I need to, and then won't create any more!
So, my question: Is ChatGPT wrong, and default methods in interfaces are supported?Michael Krussel
12/03/2025, 5:22 PMGeorgeS-Litesoft
12/03/2025, 5:28 PM