Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.github/ | 03-May-2024 | - | 160 | 125 | ||
docs/ | 03-May-2024 | - | 2,455 | 1,920 | ||
gradle/ | 03-May-2024 | - | 58 | 49 | ||
interop/ | 03-May-2024 | - | 10,386 | 7,609 | ||
kotlinpoet/ | 03-May-2024 | - | 26,081 | 21,767 | ||
.editorconfig | D | 03-May-2024 | 241 | 13 | 10 | |
.gitattributes | D | 03-May-2024 | 52 | 4 | 3 | |
.gitignore | D | 03-May-2024 | 161 | 25 | 19 | |
Android.bp | D | 03-May-2024 | 294 | 15 | 13 | |
LICENSE | D | 03-May-2024 | 11.1 KiB | 203 | 169 | |
LICENSE.txt | D | 03-May-2024 | 11.1 KiB | 203 | 169 | |
METADATA | D | 03-May-2024 | 390 | 18 | 16 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
OWNERS | D | 03-May-2024 | 62 | 4 | 3 | |
README.md | D | 03-May-2024 | 779 | 24 | 16 | |
RELEASING.md | D | 03-May-2024 | 1 KiB | 27 | 19 | |
build.gradle.kts | D | 03-May-2024 | 4.5 KiB | 137 | 102 | |
gradle.properties | D | 03-May-2024 | 579 | 20 | 14 | |
gradlew | D | 03-May-2024 | 8 KiB | 241 | 102 | |
gradlew.bat | D | 03-May-2024 | 2.8 KiB | 92 | 70 | |
mkdocs.yml | D | 03-May-2024 | 1.8 KiB | 70 | 60 | |
renovate.json | D | 03-May-2024 | 213 | 13 | 12 | |
settings.gradle.kts | D | 03-May-2024 | 827 | 30 | 13 |
README.md
1KotlinPoet 2========== 3 4`KotlinPoet` is a Kotlin and Java API for generating `.kt` source files. 5 6### [square.github.io/kotlinpoet](https://square.github.io/kotlinpoet) 7 8License 9------- 10 11 Copyright 2017 Square, Inc. 12 13 Licensed under the Apache License, Version 2.0 (the "License"); 14 you may not use this file except in compliance with the License. 15 You may obtain a copy of the License at 16 17 https://www.apache.org/licenses/LICENSE-2.0 18 19 Unless required by applicable law or agreed to in writing, software 20 distributed under the License is distributed on an "AS IS" BASIS, 21 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 22 See the License for the specific language governing permissions and 23 limitations under the License. 24