I am trying to use <Unsigned types> but when I bui...
# android
r
I am trying to use Unsigned types but when I build it I get this error:
Type of the constant expression cannot be resolved. Please make sure you have the required dependencies for unsigned types in the classpath
I tried this answer and adding command line options
-Xuse-experimental=kotlin.ExperimentalUnsignedTypes
as specified in the documentation but no luck. any idea what I am missing?