workshop icon indicating copy to clipboard operation
workshop copied to clipboard

JetBrains Kotlin Workshop Material

Results 4 workshop issues
Sort by recently updated
recently updated
newest added

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: ![2018-01-04_01](https://user-images.githubusercontent.com/4246780/34563931-f1db09a4-f154-11e7-96b8-7cf9c3b9fffb.png) And you see the grey wrigglies indicating...