Skip to content

Commit

Permalink
feat: rename core module
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Dwairi committed Jan 14, 2025
1 parent de9f732 commit d6feecd
Show file tree
Hide file tree
Showing 73 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle → expediagroup-sdk-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'org.jetbrains.kotlin.jvm' version '2.1.0'

/* Test Reporting */
id 'org.jetbrains.kotlinx.kover' version "0.9.0"
id 'org.jetbrains.kotlinx.kover' version "0.9.1"

/* Linting */
id "org.jlleitschuh.gradle.ktlint" version "12.1.2"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ rootProject.name = "lodging-connectivity-sdk" // Used as published artifactId
include 'code'
include 'examples'
include 'apollo-compiler-plugin'
include 'core'
include 'expediagroup-sdk-core'

0 comments on commit d6feecd

Please sign in to comment.