LeoColman
01/21/2019, 12:01 PMContract
in my lib, to infer non-nullability in a nullable value, and let users use it. However I don't want to force the user to use the compiler option. Is this possible? Or should I wait for contracts release?Sinan Kozak
01/21/2019, 12:16 PMLeoColman
01/21/2019, 12:20 PMspand
01/21/2019, 12:34 PMLeoColman
01/21/2019, 12:36 PMLeoColman
01/21/2019, 12:36 PMrobin
01/21/2019, 12:36 PM@UseExperimental(ExperimentalContracts::class)
annotation instead of @ExperimentalContracts
directly, iirc.LeoColman
01/21/2019, 12:39 PMrobin
01/21/2019, 12:42 PMLeoColman
01/21/2019, 12:42 PM