Can anyone confirm whether `-Xallow-result-return-...
# compiler
s
Can anyone confirm whether
-Xallow-result-return-type
is still required with Kotlin 1.7? It does not seem like so, but I couldn't find anything explicit in the release notes.
s
The restriction was lifted in Kotlin 1.5: https://github.com/Kotlin/KEEP/pull/244
s
Already in 1.5! Thank you for the reference!
Would you also have a similar reference for
ExperimentalPathApi
which also does not seem to be required for Kotlin 1.7?