still dont know its related to rx or kotlin
# android
b
still dont know its related to rx or kotlin
k
budioktaviyans: You actually don't need any special rules for Kotlin. I only have the following lines which works quite well. Your problem might be from a different issue
Copy code
# Kotlin
-dontwarn kotlin.**
-dontnote kotlin.**
# If you want to disable runtime null check intrinsics
-assumenosideeffects class kotlin.jvm.internal.Intrinsics {
    static void checkParameterIsNotNull(java.lang.Object, java.lang.String);
}
b
thanks dude, yeah I think it was rx issue
k
You're welcome 🙂