You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Hello!
We recently migrated our Android app's
build.gradle
(Groovy) file to abuild.gradle.kts
file using Kotlin (https://developer.android.com/build/migrate-to-kotlin-dsl).I started noticing that
licensed status
andlicensed 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!
The text was updated successfully, but these errors were encountered: