Michal Klimczak
11/04/2024, 6:57 PMPackage.swift
for our local package? Does it require any special reference for the embeded framework?
3. How is that supposed to work anyway, i.e. how running embedAndSign on the app module would make it importable on the local spm package and indirectly importable on the project?
4. import Shared
? Usually it's import shared
?
5. What's so special about Kotlin 2.x that it's needed for that to work?
There seems to be some magic involved, however this magic doesn't work for me unfortunately 😞 Any hints?Piotr Krzemiński
11/05/2024, 8:26 AMMichal Klimczak
11/05/2024, 8:33 AMNikolay Pachkov
11/05/2024, 2:10 PMMichal Klimczak
11/05/2024, 2:29 PMMichal Klimczak
11/05/2024, 6:15 PMimport Shared
, so far everywhere I've seen import shared
if [ "$ACTION" != "clean" ]
then
cd "$SRCROOT/.."
./gradlew :shared:...
fi
In general, I'd love some more explanation that makes it less "automagical", because it's hard to adjust the tutorial to specific cases when we don't know how things work under the hood.Michal Klimczak
11/05/2024, 6:19 PMNikolay Pachkov
11/06/2024, 2:10 PMThomas Flad
12/16/2024, 6:24 PMDanil Pavlov
12/17/2024, 6:07 PM