Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. buildSrc Learnings:
  2.  
  3. - build.gradle.kts:
  4. - Must specify jcenter repo to download kotlin-dsl plugin
  5.  
  6. - buildSrc module:
  7. - This is not a module to be included in your settings.grade, per instructions here: https://docs.gradle.org/current/userguide/organizing_gradle_projects.html#sec:build_sources
  8.  
  9. - To use nested Kotlin objects, you must declare a package in the .kts and import it in the .gradle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement