Question: Which statement, in build.gradle file, correctly denotes that the corresponding module is an Android library module?
- apply plugin: 'com.module.library'
- apply plugin: 'com.android.library'
- apply plugin: 'com.module.library'
- include plugin: 'com.module.library'
Answer: The correct answer of the above question is Option B:apply plugin: 'com.android.library'