enable Kotlin/Native and Kotlin/JS targets. Update lock files. Disable Kotlin/Native warnings.
This commit is contained in:
parent
54ab7ff75f
commit
757e651642
6 changed files with 49 additions and 36 deletions
|
@ -7,3 +7,5 @@ org.gradle.welcome=never
|
|||
# enableKgpDependencyResolution provides a smoother import experience in multiplatform projects
|
||||
# https://kotlinlang.org/docs/whatsnew1820.html#preview-of-gradle-composite-builds-support-in-kotlin-multiplatform
|
||||
kotlin.mpp.import.enableKgpDependencyResolution=true
|
||||
# hide warning "Some Kotlin/Native targets cannot be built on this mingw_x64 machine and are disabled"
|
||||
kotlin.native.ignoreDisabledTargets=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue