mirror of
https://github.com/seemoo-lab/AirGuard.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #153] Migrate gradle script to Kotlin DSL #92
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AirGuard#92
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Jean-BaptisteC on GitHub (Oct 10, 2023).
Original GitHub issue: https://github.com/seemoo-lab/AirGuard/issues/153
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 on GitHub (Oct 17, 2023):
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 on GitHub (Oct 17, 2023):
Ok I understand your position
Build time has been improved with Gradle 8.3 and 8.4
@Sn0wfreezeDev commented on GitHub (Oct 17, 2023):
Thanks for the info, we will discuss it and decide if that makes sense