Marcus Cvjeticanin
03/10/2023, 4:27 PMinclude ("library-dir")
Will all of the includes get this? Or how can I do this if not? I just want to avoid writing the same config on several places.
Follow-up question regarding the publishing part:
• Should I have different versions of the libraries of my SDK? I saw that for example Ktor has the same versions for all libraries since they use a variable to define as $ktor_version
implementation("io.ktor:ktor-client-core:$ktor_version")
implementation("io.ktor:ktor-client-cio:$ktor_version")
CLOVIS
03/10/2023, 5:18 PMMarcus Cvjeticanin
03/10/2023, 9:38 PM