Added gradle.properties
This commit is contained in:
parent
5f431e0725
commit
38fd8d6bda
3 changed files with 9 additions and 41 deletions
32
examples/.gitignore
vendored
32
examples/.gitignore
vendored
|
@ -1,32 +0,0 @@
|
||||||
**/.idea/dictionaries
|
|
||||||
**/.idea/gradle.xml
|
|
||||||
**/.idea/libraries
|
|
||||||
**/.idea/tasks.xml
|
|
||||||
**/.idea/workspace.xml
|
|
||||||
**/src/*.class
|
|
||||||
*.code-workspace
|
|
||||||
*.iws
|
|
||||||
*.properties
|
|
||||||
*.sublime-*
|
|
||||||
.classpath
|
|
||||||
.DS_Store
|
|
||||||
.gradle
|
|
||||||
.kobalt
|
|
||||||
.nb-gradle
|
|
||||||
.project
|
|
||||||
.settings
|
|
||||||
/bin
|
|
||||||
/build
|
|
||||||
/deploy
|
|
||||||
/dist
|
|
||||||
/gen
|
|
||||||
/gradle.properties
|
|
||||||
/local.properties
|
|
||||||
/out
|
|
||||||
/proguard-project.txt
|
|
||||||
/project.properties
|
|
||||||
/target
|
|
||||||
/test-output
|
|
||||||
ehthumbs.db
|
|
||||||
kobaltBuild
|
|
||||||
Thumbs.db
|
|
15
examples/kotlin/.gitignore
vendored
15
examples/kotlin/.gitignore
vendored
|
@ -1,10 +1,3 @@
|
||||||
**/.idea/dictionaries
|
|
||||||
**/.idea/gradle.xml
|
|
||||||
**/.idea/libraries
|
|
||||||
**/.idea/tasks.xml
|
|
||||||
**/.idea/workspace.xml
|
|
||||||
*.iws
|
|
||||||
*.sublime-*
|
|
||||||
.classpath
|
.classpath
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.gradle
|
.gradle
|
||||||
|
@ -12,12 +5,18 @@
|
||||||
.nb-gradle
|
.nb-gradle
|
||||||
.project
|
.project
|
||||||
.settings
|
.settings
|
||||||
|
*.iws
|
||||||
|
*.sublime-*
|
||||||
|
**/.idea/dictionaries
|
||||||
|
**/.idea/gradle.xml
|
||||||
|
**/.idea/libraries
|
||||||
|
**/.idea/tasks.xml
|
||||||
|
**/.idea/workspace.xml
|
||||||
/bin
|
/bin
|
||||||
/build
|
/build
|
||||||
/deploy
|
/deploy
|
||||||
/dist
|
/dist
|
||||||
/gen
|
/gen
|
||||||
/gradle.properties
|
|
||||||
/lib/kotlin*
|
/lib/kotlin*
|
||||||
/libs
|
/libs
|
||||||
/local.properties
|
/local.properties
|
||||||
|
|
1
examples/kotlin/gradle.properties
Normal file
1
examples/kotlin/gradle.properties
Normal file
|
@ -0,0 +1 @@
|
||||||
|
kapt.use.worker.api=true
|
Loading…
Add table
Add a link
Reference in a new issue