An open API service indexing awesome lists of open source software.

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 발표자료

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)