rudderlabs / rudder-sdk-android

Android SDK for RudderStack - the Customer Data Platform for Developers.
https://www.rudderstack.com
Other
18 stars 28 forks source link

feat: convert groovy build.gradle files to build.gradle.kts #434

Closed ChryssaAliferi closed 1 month ago

ChryssaAliferi commented 2 months ago

Ticket

Description

In this PR, we are converting build.gradle groovy files tobuild.gradle.kts kotlin files, and we are migrating the custom dependencies file to the "new" Gradle version catalogues way. Also for hardcoded values that existed in the dependencies file, we created a buildScr module where we specify these with Kotlin object values.

Type of change

Implementation Details

Checklist:

Screenshots

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud