Tower Guidev2
06/12/2025, 11:09 AMabstract class WindowActivity : AppCompatActivity(), CoroutineScope {
protected abstract var libraryVariable: LibraryType?
is there any way i can change the LibraryType when overriding this variable?
so that i have in my android app
override var libraryVariable: ApplicationType? = null
Sergey Dmitriev
06/12/2025, 11:25 AMSergey Dmitriev
06/12/2025, 11:27 AMUli Bubenheimer
06/12/2025, 12:51 PM