Marcelus Trojahn
05/13/2022, 5:40 PMwarning: opt-in requirement marker kotlinx.serialization.ExperimentalSerializationApi is unresolved. Please make sure it's present in the module dependencies
kt_kotlinc_options(
name = "kt_kotlinc_options",
warn = "report",
x_optin = [
"kotlin.ExperimentalStdlibApi",
"kotlin.RequiresOptIn",
"kotlinx.serialization.ExperimentalSerializationApi",
],
)
the other 2 opt-ins are fine… just the serialization one is stubborn with that warning. everything builds fine though… but I have hundreds of warnings like that and its pretty annoying.