jean
06/07/2022, 12:42 PMmbonnin
06/07/2022, 12:43 PMmbonnin
06/07/2022, 12:44 PMdependencies {
api(project(":a"))
}
Anton Lakotka [JB]
06/07/2022, 12:45 PMcommonMain
source set.jean
06/07/2022, 1:02 PMimport A
too in my ios app or just import B
? I’m not able to use it 🤔 I’ll check on androidmbonnin
06/07/2022, 1:04 PMmbonnin
06/07/2022, 1:04 PMmbonnin
06/07/2022, 1:05 PMjean
06/07/2022, 1:21 PMapi("com.jeantuffier:statemachine:2.0.6")
. My android app imports the shared library through a string dependency and the ios app through a manually built xcframework. Should api(...)
still work in that case?mbonnin
06/07/2022, 1:25 PMmbonnin
06/07/2022, 1:25 PMmbonnin
06/07/2022, 1:26 PMandroid()
targetmbonnin
06/07/2022, 1:26 PMjean
06/07/2022, 1:27 PMmbonnin
06/07/2022, 1:33 PMjean
06/07/2022, 2:12 PM