bdawg.io
08/20/2018, 6:40 PM2.4
since suspend
would require multiple CPS entries on the service?jw
08/20/2018, 6:54 PMjw
08/20/2018, 6:55 PMUnit
support and special-case it for Kotlin coroutineslouiscad
08/20/2018, 6:55 PMevanchooly
08/30/2018, 2:31 AM@field:[Nullable Inject(optional = true)]
evanchooly
08/30/2018, 2:31 AMjw
08/30/2018, 2:39 AMevanchooly
08/30/2018, 2:39 AMjw
08/30/2018, 2:40 AMjw
08/30/2018, 2:40 AMjw
08/30/2018, 2:41 AMevanchooly
08/30/2018, 3:08 AMjw
08/30/2018, 3:26 AMevanchooly
08/30/2018, 3:54 AMjw
08/30/2018, 3:55 AMevanchooly
08/30/2018, 4:01 AMevanchooly
08/31/2018, 4:07 AMVARARG
only targets parameters but should also be able to target properties. at least those in constructor parameters. i’m not sure there’s a way in kotlinpoet’s api to restrict that but i’ll poke around.evanchooly
08/31/2018, 5:00 AMevanchooly
08/31/2018, 5:00 AMevanchooly
08/31/2018, 5:02 AMinitializer()
field on `PropertySpec.Builder`: class Factory(val type: String = "red")
evanchooly
08/31/2018, 5:03 AMevanchooly
09/01/2018, 2:18 AMevanchooly
09/01/2018, 2:18 AMevanchooly
09/01/2018, 4:20 AMegorand
09/01/2018, 3:14 PMevanchooly
09/01/2018, 4:04 PMVARARG
. the implicit split between parameter/property on the constructor is a little big magic that isn’t quite so obvious at first glance.hmole
09/03/2018, 7:43 AMJsonReader.readRawJsonValue()
to moshi for parsing json without producing extra objects when you want to get value as a string(array or object)?jw
09/03/2018, 7:45 AMhmole
09/03/2018, 7:47 AMPaul Woitaschek
09/03/2018, 7:49 AM