Travis Griggs
03/23/2020, 11:56 PM@ExperimentalStdlibApi
to a bunch of methods, I changed my Kotlin Compiler Preferences in AndroidStudio to include -Xopt-in=kotlin.ExperimentalStdlibApi
in the “Additional command line parameters” (as per the instructions here: https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-experimental-stdlib-api/). However, I’m still getting build failures when I remove the annotations and depend on the global command line parameter. What am I not getting?ilya.gorbunov
03/24/2020, 1:01 AM