Prepare next development version.
1 file changed
tree: fc0b2ae1e86089c5f178cc7c47a2672835cce529
  1. .github/
  2. buildSrc/
  3. docs/
  4. gradle/
  5. kotlinpoet/
  6. kotlinpoet-classinspector-elements/
  7. kotlinpoet-classinspector-reflective/
  8. kotlinpoet-metadata/
  9. kotlinpoet-metadata-specs/
  10. kotlinpoet-metadata-specs-tests/
  11. .gitignore
  12. build.gradle.kts
  13. gradle.properties
  14. gradlew
  15. gradlew.bat
  16. LICENSE.txt
  17. mkdocs.yml
  18. README.md
  19. RELEASING.md
  20. 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

   http://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.