content/posts: fix build

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-07-17 01:37:11 +05:30
parent 53010070b5
commit a70adc784c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
+++
categories = ["teachingkotlin", "kotlin", "dev", "android"]
date = "2019-09-20
date = 2019-09-20
description = "Kotlin's been great for me -- and millions others, as evident by its explosive growth. Long-time Java developers may feel hesitant to give it a shot. This series aims to smoothen this transition, letting people know what benefits they might reap from Kotlin, and what differences should they be careful about."
devLink = "https://dev.to/msfjarvis/teachingkotlin-kotlin-for-android-java-developers-1fo3"
slug = "teaching-kotlin--kotlin-for-android-java-developers"

View File

@ -1,6 +1,6 @@
+++
categories = ["kotlin", "dev", "android", "teachingkotlin"]
date = "2019-09-30
date = 2019-09-30
description = "The second post in #TeachingKotlin series, this post goes over Kotlin's variables and their attributes, like visibility and getters/setters."
devLink = "https://dev.to/msfjarvis/teachingkotlin-part-2-variables-2api"
slug = "teaching-kotlin--variables"