licensed icon indicating copy to clipboard operation
licensed copied to clipboard

Gradle source not working when using Kotlin DSL (build.gradle.kts)

Open Mathbl opened this issue 1 year ago • 0 comments

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!

Mathbl avatar Feb 29 '24 21:02 Mathbl