Support multi-module configuration in Android plugin

This commit is contained in:
Yan Zhulanow
2014-12-29 14:58:05 +03:00
parent 438d2ee5fa
commit 4f9aba2cdc
48 changed files with 150 additions and 69 deletions
@@ -1,4 +1,4 @@
package com.myapp
package kotlinx.android.synthetic.layout
import android.app.Activity
import android.view.View
@@ -1,4 +1,4 @@
package com.myapp
package kotlinx.android.synthetic.layout
import android.app.Activity
import android.view.View
@@ -1,4 +1,4 @@
package com.myapp
package kotlinx.android.synthetic.layout
import android.app.Activity
import android.view.View
@@ -16,15 +16,3 @@ val Activity.password: EditText
val Activity.login: Button
get() = findViewById(0) as Button
val Activity.frameLayout: FrameLayout
get() = findViewById(0) as FrameLayout
val Activity.passwordField: TextView
get() = findViewById(0) as TextView
val Activity.passwordCaption: EditText
get() = findViewById(0) as EditText
val Activity.loginButton: Button
get() = findViewById(0) as Button
@@ -1,4 +1,4 @@
package com.myapp
package kotlinx.android.synthetic.layout
import android.app.Activity
import android.view.View
@@ -1,4 +1,4 @@
package com.myapp
package kotlinx.android.synthetic.layout
import android.app.Activity
import android.view.View