diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000..1607f69 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/examples/annotation-processor/kotlin/.gitignore b/examples/annotation-processor/kotlin/.gitignore index 32fe2fe..4cfd6f0 100644 --- a/examples/annotation-processor/kotlin/.gitignore +++ b/examples/annotation-processor/kotlin/.gitignore @@ -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 @@ -29,4 +28,4 @@ ehthumbs.db kobaltBuild kobaltw*-test -Thumbs.db \ No newline at end of file +Thumbs.db diff --git a/examples/annotation-processor/kotlin/gradle.properties b/examples/annotation-processor/kotlin/gradle.properties new file mode 100644 index 0000000..170c210 --- /dev/null +++ b/examples/annotation-processor/kotlin/gradle.properties @@ -0,0 +1 @@ +kapt.use.worker.api=true