<@UDHEVPF4P> “The opt-in can be given in two ways:...
# announcements
s
@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
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
what happened after you tried it?
t
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.
k
Configure it in your build.gradle: https://stackoverflow.com/a/44626301