content: add update to inline classes post [deploy]

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-02-08 09:08:52 +05:30
parent 9e9d0b0836
commit 0dd68dfa3f
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ tags = ["kotlin", "inline classes"]
title = "Improvements to inline classes in Kotlin 1.4.30"
+++
> UPDATE(08/02/2021): Both these changes have been released in Kotlin 1.4.30 for all currently supported targets including Kotlin/Native.
## What are inline classes?
[Inline classes] are a Kotlin language feature introduced in Kotlin 1.3 that allow creating no-cost 'wrapper' classes. This is best understood with an example.