mirror of
https://github.com/ethauvin/kotlin-pluralizer.git
synced 2025-04-26 01:07:13 -07:00
it's now a kotlin library and not an android library
This commit is contained in:
parent
d0f22d0f40
commit
075acc0c94
9 changed files with 92 additions and 98 deletions
|
@ -1,5 +1,15 @@
|
|||
buildscript {
|
||||
repositories {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath "org.jetbrains.kotlin:kotlin-android-extensions:$kotlin_version"
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'kotlin-android-extensions'
|
||||
|
||||
android {
|
||||
compileSdkVersion 24
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue