add preferred content language selection

followup to 0b5a8e69fb
This commit is contained in:
2022-03-04 20:29:37 +01:00
parent a51001ec2e
commit e8bf63a666
5 changed files with 101 additions and 18 deletions

View File

@ -1,6 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.6.10"
ext.ktor_version = "1.6.7"
repositories {
google()
mavenCentral()