Kirill Zotin

Results 13 comments of Kirill Zotin

Just FYI, KSP is now stable!👀 https://android-developers.googleblog.com/2021/09/accelerated-kotlin-build-times-with.html

hey @pchmn you've got a great lib! Accepting this MR would be very helpful - butterknife is causing some issues for our App... Thanks in advance

Hi folks, True, some guidance around unit testing would be helpful. In the meantime, could you please advise -- does **in-memory realm-kotlin** support unit tests without mocking of the Realm?...

Unit tests work with latest release without any surprises and Robolectrics, kudos for that! Guess issue can be closed

hi Returned to simple Unit test, and it fails again. Something to do with RealmLog ``` java.lang.ExceptionInInitializerError at io.realm.kotlin.log.RealmLog.addDefaultSystemLogger(RealmLog.kt:124) at io.realm.kotlin.log.RealmLog.(RealmLog.kt:48) at io.realm.kotlin.Configuration$SharedBuilder.(Configuration.kt:229) at io.realm.kotlin.RealmConfiguration$Builder.(RealmConfiguration.kt:53) at com.ftband.shared.realm.RealmKtStorageTest.setup(RealmKtStorageTest.kt:20) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)...

Reproduced on 1.12.0, and 1.12.1 not yet released. How could I address snapshot version?

Simple junit test (JVM) used to work, now it doesn't ``` class TestItem : RealmObject { @PrimaryKey var name: String = "" } @Test fun realmSimpleTest() { val config =...

oh, btw it stopped after switching from intel i7 to Macbook M2, shoult be it

We had a version mismatch between gradle plugin (1.12) & library (1.11.1). After fixing everything works! Sorry for confusion