-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump our Gradle plugins to the latest stable version v0.8.0 and remov…
…e the explicit "kotlin-2.1.0" in the project version
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
import com.huanshankeji.CommonDependencies | ||
import com.huanshankeji.CommonVersions | ||
|
||
val projectVersion = "0.3.1-kotlin-2.1.0-SNAPSHOT" | ||
val projectVersion = "0.3.1-SNAPSHOT" | ||
|
||
// TODO don't use a snapshot version in a main branch | ||
val commonVersions = CommonVersions(kotlinCommon = "0.6.1-kotlin-2.1.0-SNAPSHOT", exposed = "0.56.0") | ||
val commonVersions = CommonVersions(kotlinCommon = "0.6.1-SNAPSHOT", exposed = "0.56.0") | ||
val commonDependencies = CommonDependencies(commonVersions) |