Update dependency mkdocs-material to v9.0.11
1 file changed
tree: a6f4a489aa38bbb34804c76657c764b607bd70b8
  1. .github/
  2. docs/
  3. gradle/
  4. interop/
  5. kotlinpoet/
  6. .editorconfig
  7. .gitattributes
  8. .gitignore
  9. build.gradle.kts
  10. gradle.properties
  11. gradlew
  12. gradlew.bat
  13. LICENSE.txt
  14. mkdocs.yml
  15. README.md
  16. RELEASING.md
  17. renovate.json
  18. 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.