GitXplorerGitXplorer
p

kotlin-ci

public
4 stars
2 forks
0 issues

Commits

List of commits on branch main.
Verified
32a03204fc65c3a2dc5cc5781383225314afa253

Fix mispell

ppgreze committed a year ago
Verified
ad83259e9632c65c6d021f730a7248712601f68a

Update README.md

ppgreze committed 2 years ago
Verified
eb02ea3cb201268aebffbbe2ef472f11aa13f026

Add link to Mercari blog post; edit text (#2)

jjosh-wong committed 2 years ago
Verified
2a0cf29405806d1dcbf82c53230cfa0f55cc4a7c

Add https://bit.ly/kotlin-ci in README

ppgreze committed 2 years ago
Unverified
515433e15978bfd82273ca34be484904b795fcc0

Update README

ppgreze committed 2 years ago
Unverified
560b6e4c1c57ecfa3f03df6f5c1e480ce1d22775

Add hello.main.kts using toolbox/cli

ppgreze committed 2 years ago

README

The README file for this repository.

Kotlinize your CI

This project contains samples of the various ways I introduced Kotlin in our Mercari app's Android CI.

I shared this project in:

Features

The two samples included in this project are:

  • a ./android project representing a consumer Android codebase.
  • a ./toolbox project implementing Docker-shipped utilities used in consumer projects.

In this project, I showcase the following strategies:

  • Custom docker images
  • JavaExec tasks in a composite build (see ./android/scripts)
  • Kotlin scripts