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
@@ -2,7 +2,7 @@ package com.myapp
import android.app.Fragment
import java.io.File
import kotlinx.android.synthetic.layout.*
import kotlinx.android.synthetic.main.layout.*
public class MyFragemnt : Fragment() {
override fun onResume() {}