Skip to content

Instantly share code, notes, and snippets.

View fuzzyweapon's full-sized avatar
🎯
Focusing

Julia fuzzyweapon

🎯
Focusing
View GitHub Profile
pluginManagement {
// ...
resolutionStrategy {
eachPlugin {
// plugin substitution
if (requested.id.id == "com.android.application") {
useModule("com.android.tools.build:gradle:${requested.version}")
}
// plugin version substitution
if (requested.id.id.startsWith("org.jetbrans.kotlin")) {
@fuzzyweapon
fuzzyweapon / FileIoDemo.kt
Last active May 31, 2023 05:56
FileIoDemo Partial
/*
* Copyright 2018 PolyForest
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
/*
* Copyright 2018 Nicholas Bilyk
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@fuzzyweapon
fuzzyweapon / LINKS.md
Last active December 1, 2017 01:20
Working with cygwin
@fuzzyweapon
fuzzyweapon / index.md
Last active August 29, 2015 14:09
Atom Package Cheat Sheets

Project Manager

A package for saving your projects for fast and easy access.

@fuzzyweapon
fuzzyweapon / WriteMonkey.md
Last active May 31, 2023 05:57
Markdown Cheatsheets
@fuzzyweapon
fuzzyweapon / django-problems.md
Created October 11, 2014 21:32
Django Problems

error: Unable to find vcvarsall.bat