Skip to content

Commit 5701598

Browse files
Cleanup the Ivy DI code
1 parent bb4b35c commit 5701598

19 files changed

+9
-1902
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ updates:
1414
- maven-central
1515
open-pull-requests-limit: 10
1616
groups:
17-
ivy-di:
17+
ivy-learn-dsl:
1818
patterns:
1919
- "*"
2020

gradle.properties

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ android.useAndroidX=true
1212
android.nonTransitiveRClass=true
1313
# Pomfile definitions
1414
GROUP=com.ivy-apps
15-
POM_ARTIFACT_ID=di
16-
VERSION_NAME=0.0.5
15+
POM_ARTIFACT_ID=learn-content-dsl
16+
VERSION_NAME=0.0.1
1717
SONATYPE_HOST=CENTRAL_PORTAL
1818
RELEASE_SIGNING_ENABLED=true
19-
POM_DESCRIPTION=A simple DI container for Kotlin Multiplatform apps.
19+
POM_DESCRIPTION=Ivy Learn DSL for creating interactive lessons.
2020
POM_INCEPTION_YEAR=2024
21-
POM_URL=https://github.com/Ivy-Apps/di/
21+
POM_URL=https://github.com/Ivy-Apps/learn-content-dsl/
2222
POM_LICENSE_NAME=The Apache Software License, Version 2.0
2323
POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
2424
POM_LICENSE_DIST=repo
2525
POM_DEVELOPER_ID=ivy-apps
2626
POM_DEVELOPER_NAME=Ivy Apps
2727
POM_DEVELOPER_URL=https://github.com/Ivy-Apps/
28-
POM_SCM_URL=https://github.com/Ivy-Apps/di/
29-
POM_SCM_CONNECTION=scm:git:git://github.com/Ivy-Apps/di.git
30-
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/Ivy-Apps/di.git
28+
POM_SCM_URL=https://github.com/Ivy-Apps/learn-content-dsl/
29+
POM_SCM_CONNECTION=scm:git:git://github.com/Ivy-Apps/learn-content-dsl.git
30+
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/Ivy-Apps/learn-content-dsl.git
3131
SONATYPE_AUTOMATIC_RELEASE=true

learn-dsl/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ kotlin {
4343
}
4444

4545
android {
46-
namespace = "com.ivy_apps.di"
46+
namespace = "com.ivy_apps.learn.dsl"
4747
compileSdk = libs.versions.android.compileSdk.get().toInt()
4848
defaultConfig {
4949
minSdk = libs.versions.android.minSdk.get().toInt()

learn-dsl/src/commonMain/kotlin/ivy/di/DiContainer.kt

Lines changed: 0 additions & 241 deletions
This file was deleted.

0 commit comments

Comments
 (0)