File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 11kotlin.code.style =official
22
33GROUP =co.touchlab
4- VERSION_NAME =1.0.2
4+ VERSION_NAME =1.0.3
5+ KOTLIN_VERSION =1.5.0
56
67kotlin.native.ignoreDisabledTargets =true
78
Original file line number Diff line number Diff line change @@ -3,11 +3,15 @@ rootProject.name = "sqliter"
33include(" :sqliter-driver" )
44
55pluginManagement {
6- repositories {
7- google()
8- gradlePluginPortal()
9- maven(url = " https://oss.sonatype.org/content/repositories/snapshots/" )
10- }
6+ repositories {
7+ google()
8+ gradlePluginPortal()
9+ maven(url = " https://oss.sonatype.org/content/repositories/snapshots/" )
10+ }
11+ val KOTLIN_VERSION : String by settings
12+ plugins {
13+ kotlin(" multiplatform" ) version KOTLIN_VERSION
14+ }
1115}
1216
1317enableFeaturePreview(" GRADLE_METADATA" )
Original file line number Diff line number Diff line change 11plugins {
2- kotlin(" multiplatform" ) version " 1.5.0 "
2+ kotlin(" multiplatform" )
33}
44
55val GROUP : String by project
You can’t perform that action at this time.
0 commit comments