Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions example/helloworld/copy-sdk.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
mainFun.kt
mainProto.kt
other.kt
4 changes: 4 additions & 0 deletions example/helloworld/kd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ version: 3
output:
ver-android/app/src/main/kotlin/org/opengamestudio/ignore.kd.kt:
type: kotlin
sdk-mac-x64/hw/src/nativeMain/kotlin/org/opengamestudio/ignore.kd.kt:
type: kotlin
ver-mac-x64/src/ignore.kd.cpp:
type: c++

kotlin: package org.opengamestudio

Expand Down
4 changes: 4 additions & 0 deletions example/helloworld/sdk-mac-x64/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Verbose build log
org.gradle.console=verbose
# Cache artifacts
org.gradle.caching=true
7 changes: 7 additions & 0 deletions example/helloworld/sdk-mac-x64/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[versions]
kotlin = "2.2.0"

[libraries]

[plugins]
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
251 changes: 251 additions & 0 deletions example/helloworld/sdk-mac-x64/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

94 changes: 94 additions & 0 deletions example/helloworld/sdk-mac-x64/gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading