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.
- Host: GitHub
- URL: https://github.com/lotharschulz/kotlin-null
- Owner: lotharschulz
- Created: 2020-09-27T09:46:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-06T18:21:27.000Z (over 5 years ago)
- Last Synced: 2025-04-23T14:00:05.145Z (11 months ago)
- Topics: arrow, either, elvisoperator, kotlin, lateinit, nothing, notnulldelegate, null, nullable, option, sealedclasses
- Language: Kotlin
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```