Marcin Środa
08/01/2020, 6:26 AMfun test(channel: List<String> = listOf(), channelGroups: List<String> = listOf())
Any idea how to set one parameter as “required”? I understand that the best way will be separate function to 2 different usecases, but in my scenario I need to accept:
• not empty channel list
• not empty channel groups
• both not empty channel and channel groupsLoboda Deni
08/01/2020, 9:12 AMLoboda Deni
08/01/2020, 9:13 AMritesh
08/01/2020, 9:16 AMZach Klippenstein (he/him) [MOD]
08/02/2020, 4:16 PM