-
Notifications
You must be signed in to change notification settings - Fork 157
Move to Material 3, Dependency and version updates #15
base: main
Are you sure you want to change the base?
Conversation
Dependency and version updates
Annoyance: M3 text fields are |
Yes, I think for now it is still better to use material2. There are still a lot of material3 functions that should be annotated with ExperimentalMaterial3Api in Compose Multiplatform 1.4.0. |
Waiting for |
Hi, |
@@ -21,5 +21,5 @@ android.minSdk=24 | |||
|
|||
#Versions | |||
kotlin.version=1.8.20 | |||
agp.version=7.4.2 | |||
agp.version=8.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be updated to agp.version=8.0.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@dima-avdeev-jb Hi, I apologize for posting an unrelated issue here. I couldn't find a suitable place to submit it. The main purpose of my message is to share my compose-multiplatform-library-template library, which offers a template for the Compose Multiplatform library project. The main goal of this library is to simplify the development of a Library for Compose Multiplatform. Initially, I used the Application Template to create my WebView Library. However, I realized that it may not be suitable for a Library project. As a result, I created this library to address the encountered issues and improve its functionality. It is built on top of this template but made some changes to fit the needs of a library project. Basically, it contains the following changes:
I also created another library that add support for Desktop target. https://github.com/KevinnZou/compose-multiplatform-library-template I would appreciate it if you could have a review on it and give me some suggestions. |
@KevinnZou Thanks! I checked, looks great. I like your approach to add library publication with sample of usage this library. It is very usefull! Feel tree to post such interesting topics to Kotlin Slack in channel |
No description provided.