mp
06/18/2018, 3:22 PMdata 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?
tnxkarelpeeters
06/18/2018, 3:40 PM