brk
KSClassDeclaration
com.google.devtools.ksp.symbol.impl.binary.KSClassDeclarationDescriptorImpl
enum class Currency
symbol
prefixSymbol
enum class Currency(val symbol: String, val prefixSymbol: Boolean) { EUR("€", true), CZK("Kč", false), }
David Rawson
Example.kt
val x = 2
KSPropertyDeclaration
x
2
A modern programming language that makes developers happier.