Added gradle.properties
This commit is contained in:
parent
a6b9eeea1d
commit
7649039342
3 changed files with 16 additions and 9 deletions
7
.idea/copyright/profiles_settings.xml
generated
Normal file
7
.idea/copyright/profiles_settings.xml
generated
Normal file
|
@ -0,0 +1,7 @@
|
|||
<component name="CopyrightManager">
|
||||
<settings default="Erik's Copyright Notice">
|
||||
<module2copyright>
|
||||
<element module="Copyright" copyright="Erik's Copyright Notice" />
|
||||
</module2copyright>
|
||||
</settings>
|
||||
</component>
|
15
examples/annotation-processor/kotlin/.gitignore
vendored
15
examples/annotation-processor/kotlin/.gitignore
vendored
|
@ -1,10 +1,3 @@
|
|||
**/.idea/dictionaries
|
||||
**/.idea/gradle.xml
|
||||
**/.idea/libraries
|
||||
**/.idea/tasks.xml
|
||||
**/.idea/workspace.xml
|
||||
*.iws
|
||||
*.sublime-*
|
||||
.classpath
|
||||
.DS_Store
|
||||
.gradle
|
||||
|
@ -12,12 +5,18 @@
|
|||
.nb-gradle
|
||||
.project
|
||||
.settings
|
||||
*.iws
|
||||
*.sublime-*
|
||||
**/.idea/dictionaries
|
||||
**/.idea/gradle.xml
|
||||
**/.idea/libraries
|
||||
**/.idea/tasks.xml
|
||||
**/.idea/workspace.xml
|
||||
/bin
|
||||
/build
|
||||
/deploy
|
||||
/dist
|
||||
/gen
|
||||
/gradle.properties
|
||||
/lib/kotlin*
|
||||
/libs
|
||||
/local.properties
|
||||
|
|
1
examples/annotation-processor/kotlin/gradle.properties
Normal file
1
examples/annotation-processor/kotlin/gradle.properties
Normal file
|
@ -0,0 +1 @@
|
|||
kapt.use.worker.api=true
|
Loading…
Add table
Add a link
Reference in a new issue