enable Kotlin/Native and Kotlin/JS targets. Update lock files. Disable Kotlin/Native warnings.

This commit is contained in:
Adam 2023-08-06 11:15:43 +02:00
parent 54ab7ff75f
commit 757e651642
6 changed files with 49 additions and 36 deletions

View file

@ -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