Skip to content

Commit

Permalink
Early conversion to Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
F4uzan committed Jul 1, 2020
1 parent 97a394f commit e97f3b0
Show file tree
Hide file tree
Showing 95 changed files with 5,706 additions and 6,638 deletions.
7 changes: 7 additions & 0 deletions app/build.gradle
@@ -1,4 +1,5 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 29
Expand Down Expand Up @@ -59,4 +60,10 @@ dependencies {
implementation 'eu.davidea:flexible-adapter:5.1.0'
implementation 'com.jaredrummler:colorpicker:1.1.0'
implementation project(':slidinguppanel:library')
implementation "androidx.core:core-ktx:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}

repositories {
mavenCentral()
}

0 comments on commit e97f3b0

Please sign in to comment.