ksoap2 in kotlin

8 views
Skip to first unread message

Venkateshan Thiyagarajan

unread,
Mar 16, 2025, 11:34:19 AMMar 16
to ksoap2-android
I tried to add the soap in my kotlin project.  This includes the latest compile and target sdk as 35.

In build.gradle.kts

implementation(libs.ksoap2.android)

in settings.grade.kts

I get unsolved reference in ksoap2.

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url = uri("https://oss.sonatype.org/content/repositories/ksoap2-android-releases") }
}


Reply all
Reply to author
Forward
0 new messages