edvin
10/28/2016, 7:30 PMedvin
10/28/2016, 7:30 PMcarlw
10/28/2016, 7:30 PMedvin
10/28/2016, 7:31 PMController
and View
.edvin
10/28/2016, 7:33 PMComponent
directly doesn't make any sense, since it can't be used for anything in the framework. The only prototyped component that makes any sense is Fragment
. I think I read that in Kotlin 1.1 sealed classes doesn't need to be inside the parent, so for 1.1 I could probably make Component
sealed to avoid that confusion.edvin
10/28/2016, 7:33 PMedvin
10/28/2016, 7:34 PMedvin
10/28/2016, 7:34 PMcarlw
10/28/2016, 7:34 PMedvin
10/28/2016, 7:39 PMcontrollerPerScopeInInjectedFragments
. Important 🙂edvin
10/28/2016, 7:39 PMcarlw
10/28/2016, 7:40 PMcarlw
10/28/2016, 7:40 PMedvin
10/28/2016, 7:40 PMedvin
10/28/2016, 7:40 PMedvin
10/28/2016, 7:41 PMcarlw
10/28/2016, 7:41 PMcarlw
10/28/2016, 7:50 PMcarlw
10/28/2016, 7:51 PMcarlw
10/28/2016, 7:51 PMedvin
10/28/2016, 8:46 PMval projectTitle by inject()
working? Is projectTitle
a StringProperty
or something? I haven't looked at the Form/Field thing yet, wanted to keep focus on this for now if it's allright 🙂carlw
10/28/2016, 8:47 PMcarlw
10/28/2016, 8:47 PMcarlw
10/28/2016, 8:48 PMedvin
10/28/2016, 9:43 PMInjectable
. I know that's now what you wanted, I'm just thinking out loud.carlw
10/28/2016, 10:12 PMcarlw
10/28/2016, 10:12 PMcarlw
10/28/2016, 10:12 PMedvin
10/28/2016, 10:14 PM