hi there 1) have data class full nonnullable `dat...
# announcements
m
hi there 1) have data class full nonnullable
data class Info(val id: Int val name: String, val phone: Long)
2) want to have
data class InfoPayload(val id: Int? val name: String?, val phone: Long?)
maybe with some kind of annotation
@payloadable
If no options - I want to ask about compilers plugins for kotlin: can any one share docs for implementation of kotlin-compiler-plugin? tnx
k
Kotlin compiler plugins aren't supported yet.