79214862

Date: 2024-11-22 11:49:13
Score: 0.5
Natty:
Report link

the cause of the error is the use of SpreadOperator (*).

runApplication<MessCallsApplication>(*args)

you can solve this by getting rid of the SpreadOperator and using joinToString

runApplication<MessCallsApplication>(args.joinToString())
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mohamed Mo'nes