Android kotlin使用butterknife


android {
    // Butterknife requires Java 8.
    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }

http://www.pianshen.com/article/5644378673/

http://www.pianshen.com/article/5644378673/

你可能感兴趣的:(Android kotlin使用butterknife)