tylerwilson
02/11/2021, 5:29 PMCould not find org.jetbrains.kotlin:kotlin-stdlib-common:1.4.30-270.
Required by:
project :salonbiz-library > org.jetbrains.kotlinx:kotlinx-serialization-core:1.1.0-RC
project :salonbiz-library > org.jetbrains.kotlinx:kotlinx-serialization-json:1.1.0-RC
Do I perhaps have to add an explicit dependency to stdlib, or something else going on?tylerwilson
02/11/2021, 5:35 PMimplementation("org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion")
added commonMainMarc Knaup
02/11/2021, 5:48 PMtylerwilson
02/11/2021, 6:10 PMMarc Knaup
02/11/2021, 6:11 PMtylerwilson
02/11/2021, 6:13 PMfun updateToken(completion: (Result<String>) -> Unit) {
and when it is called it is saying:
java.lang.ClassCastException: java.lang.String cannot be cast to kotlin.Result
And this is in the release 1.4.30? uh-oh. I do this in many, many places.tylerwilson
02/11/2021, 6:23 PM