when I use ```@Root data class Configuration(@Ele...
# announcements
d
when I use
Copy code
@Root
data class Configuration(@Element val server: Server, @Attribute val identity: Int)

data class Server(@Attribute val port: Int, @Element val host: String?, @Element val security: Security?)
data class Security(@Attribute val isSSL: Boolean, @Element val keyStore: String)
, it did not work