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:
Yan Zhulanow
2016-09-10 04:32:28 +03:00
committed by Yan Zhulanow
parent f7f8cff00d
commit 49926fda36
2 changed files with 4 additions and 1 deletions
@@ -35,4 +35,6 @@ class HomeActivity : DemoActivity() {
// TODO do something with the injected dependencies here!
locationInfo.text = "Injected LocationManager:\n$locationManager"
}
inner class InnerClass
}