Support Android variants in IDE

This commit is contained in:
Yan Zhulanow
2015-10-23 15:19:15 +03:00
parent 161d8b105f
commit 9112dd632a
40 changed files with 93 additions and 65 deletions
@@ -1,8 +1,8 @@
package com.myapp
import android.app.Activity
import kotlinx.android.synthetic.layout.*
import kotlinx.android.synthetic.layout1.*
import kotlinx.android.synthetic.main.layout.*
import kotlinx.android.synthetic.main.layout1.*
class MyActivity: Activity() {
val button = log<caret>