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
First I would like to thank you so much for this fantastic plugin and I apologize for my bad English, I want to know how to use your plugin with the new Android studio gradle plugins dsl block
but this form is removed from the project's build.gradle file and now there's gradle plugin management in settings.gradle and I added the repository as following
and to add the classpath line it's now something like this in project's build.gradle so how I convert this classpath to a plugin id
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false// should add classpath 'com.testfairy.plugins.gradle:testfairy:3.+'
}
The text was updated successfully, but these errors were encountered:
First I would like to thank you so much for this fantastic plugin and I apologize for my bad English, I want to know how to use your plugin with the new Android studio gradle plugins dsl block
as per the readme, this is how to add the plugin
but this form is removed from the project's build.gradle file and now there's gradle plugin management in settings.gradle and I added the repository as following
and to add the classpath line it's now something like this in project's build.gradle so how I convert this classpath to a plugin id
The text was updated successfully, but these errors were encountered: