mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2026-04-02 15:43:03 +00:00
experimentally add linuxx64 and mingwx64 as target platforms
This commit is contained in:
@@ -54,7 +54,11 @@ kotlin {
|
||||
}
|
||||
mingwX64Test {
|
||||
dependencies {
|
||||
implementation kotlin('test-js')
|
||||
implementation kotlin('test-junit')
|
||||
}
|
||||
}
|
||||
linuxX64Test {
|
||||
dependencies {
|
||||
implementation kotlin('test-junit')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user