David Hu
10/19/2022, 5:42 PM..<
operator in IntelliJ and I have already added the opt in via @OptIn(ExperimentalStdlibApi::class)
but IntelliJ still produces this error:
The feature "range until operator" is only available since language version 1.8
how do I resolve it?ephemient
10/19/2022, 5:46 PM-language-version 1.8
as it says in the messageephemient
10/19/2022, 5:46 PMDavid Hu
10/19/2022, 5:49 PM