hey everyone! I want to share with you my Kotlin Multiplatform library that simplify creating calend...
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