https://kotlinlang.org logo
#announcements
Title
# announcements
c

camdenorrb

06/20/2019, 2:56 AM
I had to change like half my code base for using typeOf
i

itnoles

06/20/2019, 2:58 AM
compiler arguments?
c

camdenorrb

06/20/2019, 2:59 AM
Is there one to bypass using the annotation?
I don't think the one you're referring to helps with Stdlib
i

itnoles

06/20/2019, 3:01 AM
-Xuse-experimental=kotlin.ExperimentalStdlibApi
with that, you don't need to set annotation
c

camdenorrb

06/20/2019, 3:03 AM
Sick, thank you ❤️
i

itnoles

06/20/2019, 3:03 AM
do you know how to set it?
c

camdenorrb

06/20/2019, 3:03 AM
Not in gradle
Especially not with the Kotlin gradle dsl
i

itnoles

06/20/2019, 3:05 AM
c

camdenorrb

06/20/2019, 3:08 AM
Sick it worked! :3
2 Views