add comment
This commit is contained in:
parent
11f00d1776
commit
83f589c663
|
@ -4,6 +4,7 @@ buildscript {
|
||||||
ext.kotlin_version = '1.5.0-release-764'
|
ext.kotlin_version = '1.5.0-release-764'
|
||||||
ext {
|
ext {
|
||||||
// kotlin 1.5.0 prevents travis from pass
|
// kotlin 1.5.0 prevents travis from pass
|
||||||
|
// remove @kotlin.ExperimentalStdlibApi everywhere when upgrade
|
||||||
kotlin_version = '1.4.32'
|
kotlin_version = '1.4.32'
|
||||||
coreVersion = '1.5.0'
|
coreVersion = '1.5.0'
|
||||||
rxjava_version = '2.2.21'
|
rxjava_version = '2.2.21'
|
||||||
|
|
Loading…
Reference in a new issue