Closed as not planned
Description
Hello!
We recently migrated our Android app's build.gradle
(Groovy) file to a build.gradle.kts
file using Kotlin (https://developer.android.com/build/migrate-to-kotlin-dsl).
I started noticing that licensed status
and licensed cache
were not doing anything anymore.
Looking at the source code, it seems that the issue is in the enabled
method of the gradle.rb file. It should also check if a build.gradle.kts file exists.
Thanks in advance!