Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. buildSrc Learnings:
  2.  
  3. - build.gradle.kts:
  4. - Must specify jcenter repo to download kotlin-dsl plugin
  5. - Must configure kotlin-dsl plugin with specific version, as it's out-of-sync with the std-lib:
  6.  
  7. - buildSrc module:
  8. - 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
  9. - To use nested KTS 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