Advertisement
Guest User

Untitled

a guest
May 25th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. //from:
  2. apply plugin: "com.android.application"
  3. apply plugin: "kotlin-android"
  4. apply plugin: "kotlin-android-extensions"
  5.  
  6. //to:
  7. plugins{
  8. id("com.android.application")
  9. kotlin("android")
  10. kotlin("android.extensions")
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement