Member-only story
Kotlin Is Changing
Welcome back! Kotlin is an awesome programming language with a ton of capability, if you’re new to Kotlin, check out the link below to learn more about it:
So, let’s take a look at the next version of Kotlin, this specific version is Kotlin 1.7! Here is a link to their GitHub release log:
Let’s take a look at some of the changes with this new version of Kotlin!
Builder Interface Changes
One of the coolest changes with this new update is with the Builder Interface changes, this specific change is helpful when calling generic builder functions, this specific update is expected within Kotlin version 1.7!
Matching With Regex
This new version of Kotlin also brings the ability to see if a regular expression has an exact match or not, this…