Ibrahim Ali
09/14/2020, 11:35 AMval commonMain by getting {
dependencies {
implementation("org.jsoup:jsoup:1.13.1")
}
}
Giorgos Neokleous
09/14/2020, 11:40 AMcommonMain
dependencies. You can add it however into the jvm or android dependenciesIbrahim Ali
09/14/2020, 11:50 AMGiorgos Neokleous
09/14/2020, 11:53 AMactual
and expect
. Your wrapper will make use of actual
and you will need to provide an implementation for every actual
which in your case the JVM actual
will be using jsoup.Giorgos Neokleous
09/14/2020, 11:55 AM