hey everyone! I want to share with you my Kotlin M...
# multiplatform
w
hey everyone! I want to share with you my Kotlin Multiplatform library that simplify creating calendars view with Compose! It works for iOS, Android, Desktop and Web 🎉 and you can find it here: https://github.com/WojciechOsak/Calendar/ Any review/contribution/advices/stars from you guys are welcome! 🙂 Enjoy!
👍🏻 1
👍 3
m
The license is quite restrictive though.
w
@Michael Paus what is restrictive in gpl3 for you ?
m
I am not going to start a discussion here about license types. You can read that up here: https://www.mend.io/blog/top-10-apache-license-questions-answered/ GPL simply excludes the use of your software from any kind of non-OSS which in contrast the Apache license doesn’t.
🙌 1
w
thanks! I did not realise that, I will change license in this week!
🙌 1
m
I’d propose the Apache license because it is used by JetBrains for Compose itself. Almost all other Kotlin or Compose related software seems to use it too.
🙌 1