https://github.com/importre/kotlin-flavored-buildscripts
Kotlin Korea Meetup 2018 발표자료
https://github.com/importre/kotlin-flavored-buildscripts
buildsrc gradle korea kotlin kotlin-dsl kotlinkr meetup plugin standalone
Last synced: 11 months ago
JSON representation
Kotlin Korea Meetup 2018 발표자료
- Host: GitHub
- URL: https://github.com/importre/kotlin-flavored-buildscripts
- Owner: importre
- License: mit
- Created: 2018-06-22T12:51:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T05:53:16.000Z (over 7 years ago)
- Last Synced: 2025-02-12T20:16:42.113Z (about 1 year ago)
- Topics: buildsrc, gradle, korea, kotlin, kotlin-dsl, kotlinkr, meetup, plugin, standalone
- Language: Kotlin
- Homepage: https://speakerdeck.com/importre/kotlin-flavored-buildscripts
- Size: 174 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Kotlin-Flavored BuildScripts
> Kotlin Korea Meetup 2018 발표자료
## Deck
- https://speakerdeck.com/importre/kotlin-flavored-buildscripts
## Summary
- `buildSrc` 프로젝트
- [buildSrc 생성](https://github.com/importre/kotlin-flavored-buildscripts/compare/master...buildsrc)
- [플러그인 구현](https://github.com/importre/kotlin-flavored-buildscripts/compare/buildsrc...ce75d8a)
- [기존 프로젝트에 플러그인 적용](https://github.com/importre/kotlin-flavored-buildscripts/compare/ce75d8a...greeting-plugin)
- [플러그인 확장 구현 및 적용](https://github.com/importre/kotlin-flavored-buildscripts/compare/greeting-plugin...greeting-plugin-ext)
- 독립적인Standalone 프로젝트
- [플러그인 프로젝트 생성](https://github.com/importre/kotlin-flavored-buildscripts/compare/master...ba78b2e)
- [플러그인 구현](https://github.com/importre/kotlin-flavored-buildscripts/compare/ba78b2e...2b26ce7)
- [기존 프로젝트에 플러그인 포함](https://github.com/importre/kotlin-flavored-buildscripts/compare/2b26ce7...f6fb545)
- [기존 프로젝트에 플러그인 적용](https://github.com/importre/kotlin-flavored-buildscripts/compare/f6fb545...2a4e36b)