Ximing Chen
10/31/2024, 4:41 PMdmitriy.novozhilov
10/31/2024, 7:10 PM# publishes to ./build/repo
./gradlew publish
or
# publishes to ~/.m2/repo
./gradlew install
2. Add local repo in to the configuration of your project (maven("/path/to/kotlin/build/repo")
or mavenLocal()
respectfully) and set the kotlin version to 2.1.255-SNAPSHOT
dmitriy.novozhilov
10/31/2024, 7:12 PMlocal.properties
file in the root of the Kotlin project
bootstrap.local=true
# Replace `/path/to/kotlin` with a proper path
bootstrap.local.path=/path/to/kotlin/build/repo
kaeawc
11/01/2024, 8:32 AMXiming Chen
11/01/2024, 7:31 PMdmitriy.novozhilov
11/04/2024, 9:27 AMmavenLocal
is already mentioned in the readme
Local bootstrapping is described in the gradle.propertieskaeawc
11/04/2024, 10:30 AMdmitriy.novozhilov
11/04/2024, 10:35 AMdmitriy.novozhilov
11/04/2024, 10:36 AM