瀏覽代碼

Enabled experimental flag to use layout-containers

Vadik Sirekanyan 7 年之前
父節點
當前提交
c154ae5a52
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      app/build.gradle

+ 4 - 0
app/build.gradle

@@ -2,6 +2,10 @@ apply plugin: 'com.android.application'
 apply plugin: 'kotlin-android'
 apply plugin: 'kotlin-android-extensions'
 
+androidExtensions {
+    experimental = true
+}
+
 android {
     compileSdkVersion 27
     buildToolsVersion '27.0.3'