`@Parcelize` not working inside Core module , i ha...
# android
k
@Parcelize
not working inside Core module , i have also added
Copy code
androidExtensions {
        experimental = true
    }
inside build.gradle of Core module and applied plugin
apply plugin: 'kotlin-android-extensions'
, but i'm getting error ->`Failed to notify project evaluation listener.`