This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plugins { | |
id("com.android.library") | |
} | |
// Manually get the reference for "libs" | |
val libs: VersionCatalog = | |
extensions.getByType<VersionCatalogsExtension>().named("libs") | |
dependencies { | |
// Use the extension function to access the dependency |