尝试在 IntelliJ 中构建 Kotlin/Ktor 应用程序时,出现多个表单警告
Warning:(276, 6) Kotlin: This class can only be used with the compiler argument '-Xuse-experimental=kotlin.Experimental'
是输出。警告指的是
@UseExperimental(KtorExperimentalLocationsAPI::class)
所以我希望通过将Settings -> Build -> Compiler -> Kotlin Compiler -> Additional command line parameters设置为-version -Xuse-experimental=kotlin.Experimental来满足警告。(-version已经存在)。但是仍然会产生警告。我如何满足它?期待中的感谢。