
Collection of reusable UI composables and utilities for building app interfaces, packaged for easy dependency inclusion and reuse across projects.
My personal shared composables library.
gradle/libs.versions.toml
[versions]
myComposables = "x.x.x" # Please replace with the latest version.
[libraries]
myComposables = { module = "dev.yuyuyuyuyu:my-composables", version.ref = "myComposables" }app/build.gradle.kts
dependencies {
implementation(libs.myComposables)
}composeApp/build.gradle.kts
kotlin {
sourceSets {
commonMain.dependencies {
implementation(libs.myComposables)
}
}
}Apache License 2.0
Copyright 2026 yu
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
My personal shared composables library.
gradle/libs.versions.toml
[versions]
myComposables = "x.x.x" # Please replace with the latest version.
[libraries]
myComposables = { module = "dev.yuyuyuyuyu:my-composables", version.ref = "myComposables" }app/build.gradle.kts
dependencies {
implementation(libs.myComposables)
}composeApp/build.gradle.kts
kotlin {
sourceSets {
commonMain.dependencies {
implementation(libs.myComposables)
}
}
}Apache License 2.0
Copyright 2026 yu
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.