Migrate Library to Kotlin

This commit is contained in:
GuilhermeWerner 2021-06-12 11:25:00 -03:00
parent 8a3eb4809e
commit 85ca2b7701
12 changed files with 81 additions and 79 deletions

View file

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = "1.3.72"
ext.kotlin_version = "1.4.31"
repositories {
google()