Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zxj5470/ktlext
A useless library for Kotlin extensions.
https://github.com/zxj5470/ktlext
extension-functions kotlin-library
Last synced: 13 days ago
JSON representation
A useless library for Kotlin extensions.
- Host: GitHub
- URL: https://github.com/zxj5470/ktlext
- Owner: zxj5470
- Created: 2018-03-27T05:38:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T04:06:18.000Z (over 6 years ago)
- Last Synced: 2024-10-09T18:51:36.758Z (about 1 month ago)
- Topics: extension-functions, kotlin-library
- Language: Kotlin
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Kotlin Ext
[![](https://jitpack.io/v/zxj5470/ktlext.svg?style=flat-square)](https://jitpack.io/#zxj5470/ktlext)
[![](https://jitpack.io/v/zxj5470/ktlext/month.svg?style=flat-square)](https://jitpack.io/#zxj5470/ktlext)- Step 1. Add `jitpack.io` as a maven repository :
```groovy
allprojects {
repositories {
//...
maven { url 'https://jitpack.io' }
}
}
```
- Step 2. Add the dependency (Look at the number of icon) **or use `+` to get the latest version**
[![](https://jitpack.io/v/zxj5470/ktlext.svg?style=flat-square)](https://jitpack.io/#zxj5470/ktlext)
```groovy
dependencies {
compile 'com.github.zxj5470:ktlext:+'
}
```## Usage
see document is OK.