Files
bChot-android/libraries/textcomposer/lib/build.gradle.kts
2025-12-18 16:28:50 +07:00

4 lines
138 B
Kotlin

configurations.maybeCreate("default")
artifacts.add("default", file("library.aar"))
artifacts.add("default", file("library-compose.aar"))