diff --git a/content/posts/teachingkotlin-part-1-classes-and-objects-and-everything-in-between.md b/content/posts/teachingkotlin-part-1-classes-and-objects-and-everything-in-between.md index 9d90180..de8d84b 100644 --- a/content/posts/teachingkotlin-part-1-classes-and-objects-and-everything-in-between.md +++ b/content/posts/teachingkotlin-part-1-classes-and-objects-and-everything-in-between.md @@ -1,7 +1,6 @@ +++ categories = ["kotlin", "dev", "android", "teachingkotlin"] -date = "2019-09-23T18:00:00+05:30" -draft = true +date = "2019-09-23T15:00:00+05:30" slug = "teaching-kotlin--classes-and-objects" tags = ["android", "teachingkotlin", "kotlin"] title = "#TeachingKotlin Part 1 - Classes and Objects and everything in between" @@ -182,4 +181,4 @@ object StringUtils { A recurring pattern with Kotlin is concise code, as you can see in this case. -That's all for this one! Let me know in the comments about what you'd prefer to be next week's post about or if you feel I missed something in this one and I'll definitely try to make it happen :) +That's all for this one! Let me know in the comments about what you'd prefer to be next week's post about or if you feel I missed something in this one and I'll definitely try to make it happen :) \ No newline at end of file