Name Date Size #Lines LOC

..--

.github/H25-Apr-2025-206162

docs/H25-Apr-2025-2,7932,181

gradle/H25-Apr-2025-6253

interop/H25-Apr-2025-10,5597,745

kotlinpoet/H25-Apr-2025-27,98923,235

.editorconfigH A D25-Apr-2025288 1311

.gitattributesH A D25-Apr-202552 43

.gitignoreH A D25-Apr-2025174 2721

Android.bpH A D25-Apr-2025772 3834

LICENSEH A D25-Apr-202511.1 KiB203169

LICENSE.txtH A D25-Apr-202511.1 KiB203169

METADATAH A D25-Apr-2025589 2119

MODULE_LICENSE_APACHE2HD25-Apr-20250

OWNERSH A D25-Apr-202562 43

README.mdH A D25-Apr-2025779 2416

RELEASING.mdH A D25-Apr-2025693 1612

build.gradle.ktsH A D25-Apr-20255.6 KiB165128

gradle.propertiesH A D25-Apr-2025602 2115

gradlewH A D25-Apr-20258.6 KiB253105

gradlew.batH A D25-Apr-20252.9 KiB9573

mkdocs.ymlH A D25-Apr-20252.6 KiB9080

renovate.jsonH A D25-Apr-2025584 2827

settings.gradle.ktsH A D25-Apr-2025993 3818

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