I am facing some issue while adding ktor dependenc...
# kotlin-multiplatform-contest
j
I am facing some issue while adding ktor dependency in commonMain. I am not able to access it in commonMain. I have added necessary multiplatform dependencies inside commonMain of shared module gradle file. While trying to access it(HttpClient) inside commonMain directory, it giving unresolved reference error.
c
Wrong channel? Maybe you want to post in #ktor
j
Not just ktor. other dependencies also not working. I tried kotlin serialization and multiplatform settings(key-value data). None of them are able to access.
c
#getting-started then
j
OK.