in Gradle by (81 points)
edited by

The first line added in the build script to make the Android plug-in available for a Gradle build is ____________.

a)apply plugin: ‘com.android’

b)apply plugin: ‘android’

c)apply plugin: ‘com.application.android’

d)apply plugin: ‘com.android.application’

1 Answer

0 votes
by (23.9k points)
apply plugin : 'com.android.application'

Related questions

0 votes
asked May 27, 2019 in Gradle by Ankita1283 (81 points)
...