Skip to content

Commit

Permalink
adding common the kotlin standard libraries to project dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Tsang <surplus.et@gmail.com>
  • Loading branch information
ericytsang committed Oct 26, 2016
1 parent 2bb88a0 commit f358e1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Expand Up @@ -36,5 +36,7 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.0.0'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
testCompile 'junit:junit:4.12'
}

0 comments on commit f358e1a

Please sign in to comment.