werbhelius/PickPhotoSample

Didn't find class "kotlinx.android.extensions.LayoutContainer

onlycyndi opened this issue · 1 comments

as title problem

New Version 0.3.6+ build with Kotlin new feature LayoutContainer , so you must add this command in your module build.gradle

apply plugin: 'kotlin-android-extensions'

and config this command in android{}

androidExtensions {
    experimental = true
}

when new feature published in kotlin release version it will built-in code and no need for config