Marc Knaup
11/28/2018, 12:13 AM-Xuse-experimental=kotlin.contracts.ExperimentalContracts
flag for my library and do not use any @ExperimentalContracts
or @UseExperimental
annotations -> will library users still benefit from contracts?
Or do they still have to use @UseExperimental
or the compiler flag first?
Or am I even required to add @ExperimentalContracts
so that they can have the benefits of contracts in the first place?