@Travis Griggs “The opt-in can be given in two ways:
- either annotate the code element that uses unsigned types with the @UseExperimental(ExperimentalUnsignedTypes::class) annotation
- or specify -Xuse-experimental=kotlin.ExperimentalUnsignedTypes compiler option”
t
Travis Griggs
03/14/2019, 3:05 PM
I tried this… I think. It’s been a couple of months since I’ve done Kotlin/Droid, so I must be missing something obvious.
s
Smith
03/14/2019, 3:11 PM
what happened after you tried it?
t
Travis Griggs
03/14/2019, 3:15 PM
no change. but the warning box at the top seems like it might be a problem… but i honestly cannot configure out how i get rid of that warning.