Update from Forestry.io

Harsh Shandilya updated content/posts/teachingkotlin-part-3--caveats-coming-from-java.md
This commit is contained in:
Harsh Shandilya 2019-12-16 18:21:00 +00:00 committed by Forestry.io
parent 32b9e865ca
commit d790318d43
2 changed files with 3 additions and 4 deletions

View File

@ -18,7 +18,7 @@ fields:
name: categories
label: categories
pages:
- content/posts/teachingkotlin-part-1-classes-and-objects-and-everything-in-between.md
- content/posts/teachingkotlin-kotlin-for-android-java-developers.md
- content/posts/teachingkotlin-part-1-classes-and-objects-and-everything-in-between.md
- content/posts/teachingkotlin-part-2-variables.md
- content/posts/why-i-went-back-to-the-gradle-groovy-dsl.md

View File

@ -1,8 +1,7 @@
+++
categories = ["kotlin", "dev", "android", "teachingkotlin"]
date = 2019-12-04T04:35:45Z
date = 2019-12-16T18:20:45Z
description = "Part 3 of #TeachingKotlin covers some subtle differences between Kotlin and Java that might affect your codebases as you start migrating to or writing new code in Kotlin."
draft = true
slug = "teachingkotlin-part-3--caveats-coming-from-java"
tags = ["android", "teachingkotlin", "kotlin"]
title = "#TeachingKotlin Part 3 - Caveats coming from Java"
@ -54,4 +53,4 @@ Take about 10 minutes out and give Jake's article a read: [Public API challenges
## Summary
While migrating from Java to Kotlin is great, there are many subtle differences between the languages that can blindside you and must be taken into account. It's more than likely that these problems may never affect you, but it's probably helpful to know what's up when they do :)
While migrating from Java to Kotlin is great, there are many subtle differences between the languages that can blindside you and must be taken into account. It's more than likely that these problems may never affect you, but it's probably helpful to know what's up when they do :)