Join Slack
Communities
Powered by
Can someone tell me why I can not use `implementat...
# gradle
j
Joan Colmenero
01/06/2020, 5:01 PM
Can someone tell me why I can not use
implementation project(':app')
in my feature modules in Android?
n
no
01/06/2020, 10:45 PM
what plugin have you applied to the :`app` module?
j
Joan Colmenero
01/06/2020, 11:13 PM
apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-kapt'
n
no
01/09/2020, 8:25 AM
i don’t think you can depend on “application” modules
5
Views
Open in Slack
Previous
Next