ribesg
12/13/2019, 10:18 AM-ios-x64
and -ios-arm64
artifacts to a maven repo. The issue is that I’m using the new ios()
shortcut to define my ios targets in my app project, this creates an iosMain
sourceSet in which I do not seem to be able to use the library that I depend on with "commonMainApi"(...)
, and I think it’s because there is no -ios
artifact. Is it possible to make one or should I drop the use of the ios()
target shortcut and go back to the old way of making ios targets?Artyom Degtyarev [JB]
12/13/2019, 10:43 AMplatform.
libs.ribesg
12/13/2019, 10:46 AMplatform.
libs in iosMain
ribesg
12/13/2019, 10:47 AMribesg
12/13/2019, 10:53 AMribesg
12/13/2019, 11:00 AMgradle --stop && rm -rf **/.gradle **/build .idea/libraries
and reimported the project but neither IntelliJ nor AppCode see my library, but they see platform.
without issue. I think it’s due to the fact that it’s missing an -ios
artifact. Is it possible to make one? I mean we do publish some klib
for the common
part of a KMP lib right?Artyom Degtyarev [JB]
12/13/2019, 11:01 AMribesg
12/13/2019, 11:02 AMios()
shortcut, that should work fine. Thanks