Support multi-module configuration in Android plugin
This commit is contained in:
@@ -3,6 +3,8 @@ package com.myapp
|
||||
import android.app.Activity
|
||||
import android.view.View
|
||||
import android.widget.*
|
||||
import kotlinx.android.synthetic.layout.*
|
||||
import kotlinx.android.synthetic.layout1.*
|
||||
|
||||
class R {
|
||||
class id {
|
||||
|
||||
@@ -3,6 +3,8 @@ package com.myapp
|
||||
import android.app.Activity
|
||||
import android.view.View
|
||||
import android.widget.*
|
||||
import kotlinx.android.synthetic.layout.*
|
||||
import kotlinx.android.synthetic.layout1.*
|
||||
|
||||
class R {
|
||||
class id {
|
||||
|
||||
Reference in New Issue
Block a user