Upgrade kotlinpoet to 562b5c4a5297e85ae2727fc9f6c4e96e770d7420 am: 2ce0395b31 am: ea3cf49ba6 am: a00f60e1a9 am: 2c59cab21b

Original change: https://android-review.googlesource.com/c/platform/external/kotlinpoet/+/2781899

Change-Id: Icd4a94edcb853f280fa63061758705c6eac3611f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: 6828f288804569d33125cc99634f11f71ee43553
  1. .github/
  2. docs/
  3. gradle/
  4. interop/
  5. kotlinpoet/
  6. .editorconfig
  7. .gitattributes
  8. .gitignore
  9. Android.bp
  10. build.gradle.kts
  11. gradle.properties
  12. gradlew
  13. gradlew.bat
  14. LICENSE.txt
  15. METADATA
  16. mkdocs.yml
  17. MODULE_LICENSE_APACHE2
  18. OWNERS
  19. README.md
  20. RELEASING.md
  21. renovate.json
  22. settings.gradle.kts
README.md

KotlinPoet

KotlinPoet is a Kotlin and Java API for generating .kt source files.

square.github.io/kotlinpoet

License

Copyright 2017 Square, Inc.

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

   https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.