File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
# ###################################################################################################
2
2
# ## CONFIGURATION ###
3
3
# ###################################################################################################
4
+ project.name =kotlin-stdlib-javiersc
4
5
allProjects.group =com.javiersc
5
6
allProjects.name =kotlin
6
7
readmeBadges.mainProject =kotlin-stdlib
Original file line number Diff line number Diff line change 1
- rootProject.name = providers.gradleProperty(" allProjects .name" ).forUseAtConfigurationTime().get()
1
+ rootProject.name = providers.gradleProperty(" project .name" ).forUseAtConfigurationTime().get()
2
2
3
3
enableFeaturePreview(" TYPESAFE_PROJECT_ACCESSORS" )
4
4
enableFeaturePreview(" VERSION_CATALOGS" )
You can’t perform that action at this time.
0 commit comments