Merge: Basename fix
[nit.git] / lib / app / ui.nit
index 2e30c76..fe32436 100644 (file)
@@ -17,6 +17,11 @@ module ui
 
 import app_base
 
+# Platform variations
+# TODO: move on the platform once qualified names are understand in the condition
+import linux::ui is conditional(linux)
+import android::ui is conditional(android) # FIXME it should be conditional to `android::platform`
+
 redef class App
        super AppComponent