NeoA11y / SpeakTouch

[WIP] A free software screen reader for Android.
8 stars 0 forks source link

Refactor, update Kotlin to v1.9.22 #131

Closed PatrykMis closed 6 months ago

PatrykMis commented 6 months ago
PatrykMis commented 6 months ago

@Irineu333, while refactoring, I discovered that you are using com.android.build.gradle.internal.dsl.BaseAppModuleExtension. If you migrate from an internal to a public API, we can simplify the code by removing libs.android.gradlePlugin and relying solely on AGP's API. Consider the following replacements:

PatrykMis commented 6 months ago

@Irineu333, I finally managed to do it. Perhaps it's not an ideal solution, but for now, it's replaced by ApplicationExtension.