Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Building Anko 1

Ertai Kuanyshov edited this page Dec 4, 2019 · 1 revision

Required tools

  • JDK 1.6, 1.8
  • IntelliJ IDEA 2016.3+
  • Maven
  • Gradle

Build process

1. Make a clone of the Anko repository:

git clone git://github.com/kotlin/anko.git && cd anko

2. Fetch the required dependencies (usually takes several minutes):

ant -f update_dependencies.xml

3. Build the project using Gradle:

./gradlew clean dist
Clone this wiki locally