EastWoodYang / Mis

模块接口服务,如何在一个模块内维护其对外暴露的接口(包括打包发布),而不是把接口和接口实现分离到两个不同的模块?
Other
150 stars 25 forks source link

和'kotlin-android-extensions插件冲突 #8

Closed Simon1121 closed 5 years ago

Simon1121 commented 5 years ago

apply plugin: 'kotlin-android-extensions'

android { defaultConfig { androidExtensions { experimental = true } } }

EastWoodYang commented 5 years ago

已在v2.0.0中修复