Eric Ampire [MOD]
11/19/2020, 2:22 PMapply plugin: 'kotlin-android-extensions'
I tried to add Kotlin parcelize plugin apply plugin: 'kotlin-parcelize'
but after adding parcelize plugin a got this error message
Plugin [id: 'kotlin-parcelize'] was not found in any of the following sources:
Can someone explain why?ephemient
11/19/2020, 2:32 PMephemient
11/19/2020, 2:33 PMplugins {
kotlin("plugin.parcelize")
}
Eric Ampire [MOD]
11/19/2020, 2:47 PM