Initial import of kotlinpoet from upstream master

Revision: https://github.com/square/kotlinpoet/commit/c99ed244c6e4c7f8594f75566bb19ec62fa9c80d

Change-Id: I116f1b84f3ca8ff59e2913f4348ccf0d4e57976d
tree: 32591b66c39ac18e0ab8aa8387dcfc6e07812cb5
  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.