File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
rootProject.name = " Xenoglot"
4
4
5
+ enableFeaturePreview(" TYPESAFE_PROJECT_ACCESSORS" )
6
+
5
7
pluginManagement {
6
8
repositories {
7
9
google {
Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ kotlin {
87
87
implementation(libs.jetbrains.kotlinx.serialization.core)
88
88
implementation(libs.jetbrains.kotlinx.serialization.json)
89
89
90
- api(project( " :xenoglot-atlas " ) )
91
- api(project( " :xenoglot-core " ) )
90
+ api(projects.xenoglotAtlas )
91
+ api(projects.xenoglotCore )
92
92
}
93
93
}
94
94
val commonTest by getting {
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ kotlin {
87
87
implementation(libs.jetbrains.kotlinx.serialization.core)
88
88
implementation(libs.jetbrains.kotlinx.serialization.json)
89
89
90
- api(project( " :xenoglot-core " ) )
90
+ api(projects.xenoglotCore )
91
91
}
92
92
}
93
93
val commonTest by getting {
Original file line number Diff line number Diff line change @@ -87,9 +87,9 @@ kotlin {
87
87
implementation(libs.jetbrains.kotlinx.serialization.core)
88
88
implementation(libs.jetbrains.kotlinx.serialization.json)
89
89
90
- api(project( " :xenoglot-atlas " ) )
91
- api(project( " :xenoglot-atlas-extended " ) )
92
- api(project( " :xenoglot-core " ) )
90
+ api(projects.xenoglotAtlas )
91
+ api(projects.xenoglotAtlasExtended )
92
+ api(projects.xenoglotCore )
93
93
}
94
94
}
95
95
val commonTest by getting {
You can’t perform that action at this time.
0 commit comments