Merge "Revert^2 "Add build targets for Kotlinpoet""
tree: 1e81098df65791244980e58b6ab0c4c88f3822ee
  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.