Skip to content

Commit

Permalink
Use our Kotlin Native Compiler with sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
TadeasKriz committed Nov 2, 2023
1 parent 3f9fc63 commit 5fb685e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions common-gradle/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ kotlin.mpp.import.enableKgpDependencyResolution=true

pluginId=co.touchlab.skie

# WIP remove RC
versionSupport.kotlinTooling=1.8.0(1.8.10), 1.8.20(1.8.21, 1.8.22), 1.9.0(1.9.10), 1.9.20[1.9.20]
versionSupport.kotlinTooling=1.8.0(1.8.10), 1.8.20(1.8.21, 1.8.22), 1.9.0(1.9.10), 1.9.20
versionSupport.gradleApi=7.3, 8.0, 8.1

touchlab.key=ABCDEFGHIJKLMNOPQRSTUVWXYZ


kotlinNativeCompilerEmbeddableFromHome=true
kotlinNativeCompilerEmbeddableFromHome=false

0 comments on commit 5fb685e

Please sign in to comment.