Crul
08/07/2023, 6:58 AMremoteApi as one of my kmp shared module dependency (it will contain ktor library to do API call), should I choose Java or Kotlin Library or Kotlin Multiplatform Shared Module ?
*The dependency structure will be like this app < sharedModule < remoteApixoangon
08/07/2023, 7:17 AMkotlin("multiplatform") plugin and the target platforms specified in that module, but you wouldn’t have any platform specific code thereJacob Ras
08/07/2023, 7:29 AMSanjayKarki
08/07/2023, 8:46 AM