workshop
workshop copied to clipboard
JetBrains Kotlin Workshop Material
Currently, the implementation of the `max` and `max2` functions return the smallest Int. This of course should be the largest.
The compiler would warn > 'typealias BasicCustomer = BaseCustomer' uses 'BaseCustomer', which is deprecated. BasicCustomer is now called BaseCustomer But `BaseCustomer` is not deprecated. After the change, the warning is:...
We've decided to translate the workshop material to Hungarian language. I have some questions regarding this: - Do you have any recommendations how a translation should be done? - If...
Please forgive the provocative and overly broad title. ;) Opening the very first examples in IDEA, we immediately get suggestions. For instance:  And you see the grey wrigglies indicating...