Main function should return 'Unit'

Last modified: 03 December 2024

Reports when a main function does not have a return type of Unit.

Example:

fun main() = "Hello world!"