Use LightParameter from Kotlin light classes to add an inner class constructor parameter instead of calling addParameter(name, type). The latter tries to load an icon :( (KT-13798)
(cherry picked from commit cc86d79) (cherry picked from commit de55de2)
This commit is contained in:
committed by
Yan Zhulanow
parent
f7f8cff00d
commit
49926fda36
+2
@@ -35,4 +35,6 @@ class HomeActivity : DemoActivity() {
|
||||
// TODO do something with the injected dependencies here!
|
||||
locationInfo.text = "Injected LocationManager:\n$locationManager"
|
||||
}
|
||||
|
||||
inner class InnerClass
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user