diff --git a/content/posts/why-should-you-be-using-kotlin-s-explicit-api-mode-for-your-library-projects.md b/content/posts/why-should-you-be-using-kotlin-s-explicit-api-mode-for-your-library-projects.md index d87347d..1a1f147 100644 --- a/content/posts/why-should-you-be-using-kotlin-s-explicit-api-mode-for-your-library-projects.md +++ b/content/posts/why-should-you-be-using-kotlin-s-explicit-api-mode-for-your-library-projects.md @@ -1,11 +1,11 @@ +++ categories = ["android", "kotlin"] -date = 2020-11-03T07:30:00Z +date = 2020-11-03T00:00:00Z description = "Building libraries is hard, and keeping track of your public API surface harder. Kotlin 1.4's explicit API mode tries to make the latter not be difficult anymore." draft = true slug = "kotlin-explicit-api-mode" social_image = "/uploads/kotlin_800x320.png" tags = [] -title = "Why should you be using Kotlin's explicit API mode for your library projects" +title = "Why you should use Kotlin's explicit API mode for your libraries" +++