Update to kotlin 1.6 (#63)

Use kotlin 1.6 (and gradle 7.5.1)
This commit is contained in:
Fabrice Drouin
2022-09-21 16:00:19 +02:00
committed by GitHub
parent d01a067159
commit d4eba9fb96
11 changed files with 116 additions and 138 deletions

View File

@@ -2,7 +2,6 @@ pluginManagement {
repositories {
google()
gradlePluginPortal()
jcenter()
}
}
rootProject.name = "secp256k1-kmp"