Why am I getting this error? Cannot access 'java.io.Closeable' which is a supertype of 'io.ktor.client.HttpClient'. Check your module classpath for missing or conflicting dependencies
Cannot access 'java.lang.AutoCloseable' which is a supertype of 'io.ktor.client.HttpClient'. Check your module classpath for missing or conflicting dependencies
My application still runs so I think the problem is that Android Studio can't find the class.
I am using Kotlin 1.6.10 and this is a KMP subproject.
I have tried both of these in my build.gradle.kts and neither solves the error the IDE is reporting.