andylamax
05/18/2025, 5:44 AMandylamax
05/18/2025, 5:50 AMtz.co.asoft:kiota-file-compose:3.1.13
I have added the android specific dependency, but it is still not working
val androidMain by getting {
implementation("tz.co.asoft:kiota-file-compose-android:3.1.13")
}
When I ran the gradle task dependencies --configuration androidDebugRuntimeClasspath
gradle logs it accordingly showing that it has been picked up by gradle
| \--- tz.co.asoft:kiota-file-compose-android:3.1.13
But somehow the compiler is failing to resolveephemient
05/18/2025, 5:54 AMephemient
05/18/2025, 5:55 AMandylamax
05/18/2025, 5:59 AMandylamax
05/18/2025, 5:39 PMpublishLibrariVariants("release")
but I am still getting the same error 😔
The module
can be seen here https://repo.maven.apache.org/maven2/tz/co/asoft/kiota-file-compose/3.1.14/kiota-file-compose-3.1.14.module and it clearly has a releaseVariant for androidMatt Nelson
05/19/2025, 12:29 AMMatt Nelson
05/19/2025, 12:32 AMandylamax
05/19/2025, 2:29 AM