Elián Fabián
Elián Fabián
>  I think you are confusing the "primary color" with the "primary color role". When you select a primary color (in this case #673AB7) you get a tonal palette,...
> @ElianFabian is P-40 supposed to be the same color as Primary40? They seem to be different (same with S-40 vs. Secondary40, etc.) I used a color picker and they...
In my case I use Windows 10 Pro and I get the same problem with [Windows.UI.Notifications.ToastNotificationManager]. Couldn't this be solved by using this way of creating notifications for windows?: Add-Type...
I've also experienced the same issue. Examples that **work**: ```kotlin fun main() { println("Main") } class O ``` ```kotlin fun main() { println("Main") } class U ``` Examples that **don't...