Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Made the how-to more plug-and-play #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,22 @@ Download
Currently not available via Maven Central.

A SNAPSHOT is available in the Sonatype snapshot repo.

```groovy
compile 'com.jakewharton:kotterknife:0.1.0-SNAPSHOT'

dependencies {
...
compile 'com.jakewharton:kotterknife:0.1.0-SNAPSHOT'
....
}

repositories {
...
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
....
}
```

You can also copy `ButterKnife.kt` into your source tree. The file depends on the 'support-v4' and
Expand Down