Hello,

It sounds like Android Studio doesn't support Kotlin script Gradle files
(build.gradle.kts) so you may need to add signing by manually modifying the
build files: you'll need to add a signingConfig and use that signingConfig
for the appropriate build variant. I skimmed over the code snippets in this
page <https://coderwall.com/p/zrdsmq/signing-configs-with-gradle-android>
and they look roughly correct but I can't vouch for the entirety of the
content there. Alternatively, if you use a newer version of Android Studio
(such as the pre-release versions) & the Android Studio kotlin plugin, it
might just work again.
- Mike

On Wed, May 27, 2020 at 1:21 PM Bob Achgill <bobachg...@hotmail.com> wrote:

> I'm getting this error message when trying to build nightly and it
> prevents me from modifying the Project Structure to set up signing.  Any
> suggestions?
>
> "This project uses Gradle KTS build files which are not fully supported in
> this version of Android Studio."
> _______________________________________________
> mobile-firefox-dev mailing list
> mobile-firefox-dev@mozilla.org
> https://mail.mozilla.org/listinfo/mobile-firefox-dev
>
_______________________________________________
mobile-firefox-dev mailing list
mobile-firefox-dev@mozilla.org
https://mail.mozilla.org/listinfo/mobile-firefox-dev

Reply via email to