build.gradle 132 B

123456
  1. apply plugin: 'com.android.instantapp'
  2. dependencies {
  3. implementation project(':feature')
  4. implementation project(':base')
  5. }