Hi, I would like to use `property.returnType.isMar...
# language-proposals
l
Hi, I would like to use
property.returnType.isMarkedNullable
in delegates without adding the giant kotlin-reflect dependency. Could kotlin-reflect package be split in small subfeatures, just like Android Support Libraries are split in multiple artifacts so that we can use only what we need? My use case it to support nullable properties and non nullable properties with the same delegates code, it's for Fragment arguments delegates FYI. Such a split may also benefit apps that use Moshi for JSON with Kotlin API