Which statement, in build.gradle file, correctly denotes that the corresponding module is an Android library module?
a. apply plugin: 'com.module.library'
b. apply plugin: 'com.android.library'
c. apply plugin: 'com.module.library'
d. include plugin: 'com.module.library'