• Home
Name Date Size #Lines LOC

..--

.github/03-May-2024-160125

docs/03-May-2024-2,4551,920

gradle/03-May-2024-5849

interop/03-May-2024-10,3867,609

kotlinpoet/03-May-2024-26,08121,767

.editorconfigD03-May-2024241 1310

.gitattributesD03-May-202452 43

.gitignoreD03-May-2024161 2519

Android.bpD03-May-2024294 1513

LICENSED03-May-202411.1 KiB203169

LICENSE.txtD03-May-202411.1 KiB203169

METADATAD03-May-2024390 1816

MODULE_LICENSE_APACHE2D03-May-20240

OWNERSD03-May-202462 43

README.mdD03-May-2024779 2416

RELEASING.mdD03-May-20241 KiB2719

build.gradle.ktsD03-May-20244.5 KiB137102

gradle.propertiesD03-May-2024579 2014

gradlewD03-May-20248 KiB241102

gradlew.batD03-May-20242.8 KiB9270

mkdocs.ymlD03-May-20241.8 KiB7060

renovate.jsonD03-May-2024213 1312

settings.gradle.ktsD03-May-2024827 3013

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