add comment

This commit is contained in:
Milos Kozak 2021-05-20 20:54:28 +02:00
parent 11f00d1776
commit 83f589c663

View file

@ -4,6 +4,7 @@ buildscript {
ext.kotlin_version = '1.5.0-release-764'
ext {
// kotlin 1.5.0 prevents travis from pass
// remove @kotlin.ExperimentalStdlibApi everywhere when upgrade
kotlin_version = '1.4.32'
coreVersion = '1.5.0'
rxjava_version = '2.2.21'