An open API service indexing awesome lists of open source software.

https://github.com/lotharschulz/kotlin-null

Approaches how to deal with null in Kotlin.
https://github.com/lotharschulz/kotlin-null

arrow either elvisoperator kotlin lateinit nothing notnulldelegate null nullable option sealedclasses

Last synced: 7 months ago
JSON representation

Approaches how to deal with null in Kotlin.

Awesome Lists containing this project

README

          

# Dealing with _null_ and _exception_ in **Kotlin**

Code examples for blog post [lotharschulz.info - How to: Nulls and Exceptions in Kotlin](https://www.lotharschulz.info/2020/10/01/how-to-nulls-and-exceptions-in-kotlin/)

build
```shell script
./gradlew build
```

test
```shell script
./gradlew test
```