y
08/07/2023, 6:37 AMhashCode()
. is this possible using annotations?jamshedalamqaderi
08/07/2023, 6:38 AMy
08/07/2023, 7:01 AMCasey Brooks
08/07/2023, 2:15 PMhashCode()
Unlike a full-fledged compiler plugin, processors cannot modify the code. A compiler plugin that changes language semantics can sometimes be very confusing. KSP avoids that by treating the source programs as read-only.https://kotlinlang.org/docs/ksp-overview.html#overview