Is it possible to publish a kmp library that targe...
# library-development
t
Is it possible to publish a kmp library that targets (desktop, ios, android) with github actions using the github provided macos runner?
👌 3
My knowledge with github workflows is modest i tried it before publishing my android library using the ubuntu runner and it worked till this day, i tried a similar approach just replaced the commands with the ones i use locally on my mac but the work flow keeps failing with this error
Build was configured to prefer settings repositories over project repositories but repository 'ivy' was added by build file 'test-kmp-lib/build.gradle.kts'
and the error points me to the line with
iosX64()
in the gradle file
l
Have you found what was the culprit, @Taha?
t
@louiscad No, i just build and release manually on my machine.