Guest User

Untitled

a guest
Oct 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. apply plugin: 'com.android.library'
  2. apply plugin: 'kotlin-android'
  3. apply plugin: 'kotlin-android-extensions'
  4. ...
  5. dependencies {
  6. ...
  7. implementation project(':domain')
  8. implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.2.71'
  9. ...
  10. }
Add Comment
Please, Sign In to add comment