blog.cloud.com.ge
Open in
urlscan Pro
212.72.155.20
Public Scan
Submitted URL: http://www.blog.cloud.com.ge/
Effective URL: https://blog.cloud.com.ge/
Submission: On November 17 via manual from IN — Scanned from US
Effective URL: https://blog.cloud.com.ge/
Submission: On November 17 via manual from IN — Scanned from US
Form analysis
1 forms found in the DOMGET https://blog.cloud.com.ge/
<form role="search" method="get" action="https://blog.cloud.com.ge/" class="wp-block-search__button-outside wp-block-search__text-button wp-block-search"><label class="wp-block-search__label" for="wp-block-search__input-1">Search</label>
<div class="wp-block-search__inside-wrapper "><input class="wp-block-search__input" id="wp-block-search__input-1" placeholder="" value="" type="search" name="s" required=""><button aria-label="Search"
class="wp-block-search__button wp-element-button" type="submit">Search</button></div>
</form>
Text Content
Skip to content BLOG API BEST PRACTICES TO MANAGE DEPENDENCIES IS MULTI-MODULE ANDROID APPLICATION It’s obvious that managing dependencies apps is a quite hard challenge. During my time as an active android developer, I saw firsthand how hard is to manage libraries in multi-modular projects, as an application size increases. I try so many approaches, and now I can say that most of them just don’t work in real life. So I decide to write a little blog about my recent experience, I hope this will help you as well. USE KOTLIN DSL As you might know that Kotlin came up with so so many cool features (callbacks, lambdas, extension functions, scoped functions, etc..) hence It will helps you to write modern, elegant code with this awesome programming language, Also Kotlin DSL gives you an ability to create common config objects (applicationId, versionCode, versionName, etc..) directly from `buildSrc` directory. I won’t tell you that this methods saves hundreds of thousands of code lines, but It gives you an unique way to avoid boilerplate code, especially when you dealing with SDK versions. USE GRADLE VERSION CATALOG DOWNSIDES OF GRADLE VERSION CATALOG Published January 29, 2023 Categorized as Android, Gradle Search Search RECENT POSTS * Best practices to manage dependencies is multi-module android application RECENT COMMENTS 1. admin on Best practices to manage dependencies is multi-module android application ARCHIVES * January 2023 CATEGORIES * Android * Gradle Blog API Proudly powered by WordPress.