Skip to content

Commit

Permalink
feat(images-api): implement images api
Browse files Browse the repository at this point in the history
  • Loading branch information
hanrw committed Feb 12, 2024
1 parent c9b1c46 commit e4043f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@ val autoVersion = project.property(
) as String

subprojects {
/**
* Working with runtime properties
* https://docs.gradle.org/current/userguide/kotlin_dsl.html
*/
val GROUP: String by project
group = GROUP
version = autoVersion
// group = "com.tddworks"
apply(plugin = rootProject.libs.plugins.kotlinMultiplatform.get().pluginId)
}

Expand Down
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ kotlin.mpp.enableCInteropCommonization=true
#Android
android.useAndroidX=true
android.nonTransitiveRClass=true

#publishing for kmmbridge
LIBRARY_VERSION=0.1
GROUP=com.tddworks

0 comments on commit e4043f3

Please sign in to comment.