Comment native targets out for now
This commit is contained in:
parent
bf992bf6c5
commit
00747f3707
1 changed files with 3 additions and 3 deletions
|
@ -159,9 +159,9 @@ allprojects {
|
|||
// -> JVM
|
||||
jvm()
|
||||
// -> Native
|
||||
linuxX64()
|
||||
linuxArm64()
|
||||
mingwX64()
|
||||
//linuxX64()
|
||||
//linuxArm64()
|
||||
//mingwX64()
|
||||
|
||||
// Dependencies
|
||||
sourceSets {
|
||||
|
|
Loading…
Reference in a new issue