Guest User

Untitled

a guest
Jun 24th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // your_project_folder/build.gradle
  2. allprojects {
  3. if (new File("your_ram_disk_path").exists())
  4. buildDir = "your_ram_disk_path/build/${rootProject.name}/${project.name}"
  5. }
Add Comment
Please, Sign In to add comment