Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
97c88099
Commit
97c88099
authored
1 year ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
build: update Kotlin
Change-Id: I5a55c04cc2da4d551484dc47485fde55b0f9f417
parent
511a7170
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
jami-android/build.gradle.kts
+2
-2
2 additions, 2 deletions
jami-android/build.gradle.kts
with
2 additions
and
2 deletions
jami-android/build.gradle.kts
+
2
−
2
View file @
97c88099
plugins
{
id
(
"com.google.devtools.ksp"
)
version
"1.9.2
1
-1.0.1
5
"
apply
false
id
(
"com.google.devtools.ksp"
)
version
"1.9.2
2
-1.0.1
6
"
apply
false
}
buildscript
{
...
...
@@ -9,7 +9,7 @@ buildscript {
mavenCentral
()
}
val
kotlin_version
by
extra
{
"1.9.2
1
"
}
val
kotlin_version
by
extra
{
"1.9.2
2
"
}
val
hilt_version
by
extra
{
"2.48.1"
}
dependencies
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment