Hi, guys! We have a very weird issue - when we com...
# android
d
Hi, guys! We have a very weird issue - when we compile our project, Kotlin classes appear in apk only after second pass. If do clean, build project and run app we got java.lang.NoClassDefFoundError for Kotlin classes. On second build without clean apk size is increases and all works fine. Does anybody faced with this problem? Our tools versions : gradle - 3.1, android plugin 2.2.0, Kotlin 1.1.0-M2. Also Multidex is enabled