seemoo-lab / AirGuard

Protect yourself from being tracked 🌍 by AirTags 🏷 and Find My accessories 📍
Apache License 2.0
1.96k stars 110 forks source link

Migrate gradle script to Kotlin DSL #153

Closed Jean-BaptisteC closed 1 year ago

Jean-BaptisteC commented 1 year ago

I can doing migration to Kotlin DSL. Actually Kotlin DSL is more slow then Groovy but it's planned to increase build performance. https://developer.android.com/build/migrate-to-kotlin-dsl

Sn0wfreezeDev commented 1 year ago

As long as these will be slower than the working solution we have now, I would not do the migration. Usually migrations in Android Studio trigger a lot of necessary adaptions and bugs, that I would like to avoid. If there is a security-wise reason to use Kotlin DSL that might make sense.

Jean-BaptisteC commented 1 year ago

Ok I understand your position Build time has been improved with Gradle 8.3 and 8.4

Sn0wfreezeDev commented 1 year ago

Thanks for the info, we will discuss it and decide if that makes sense