0.8.2-SNAPSHOT support for wasmJs using youngblood, no mingw yet
This commit is contained in:
		
							parent
							
								
									6fcf7841a7
								
							
						
					
					
						commit
						bd81f88dd8
					
				@ -20,7 +20,7 @@ plugins {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
group = "net.sergeych"
 | 
			
		||||
version = "0.7.4-SNAPSHOT"
 | 
			
		||||
version = "0.8.2-SNAPSHOT"
 | 
			
		||||
 | 
			
		||||
repositories {
 | 
			
		||||
    mavenCentral()
 | 
			
		||||
@ -49,12 +49,11 @@ kotlin {
 | 
			
		||||
    iosX64()
 | 
			
		||||
    iosArm64()
 | 
			
		||||
    iosSimulatorArm64()
 | 
			
		||||
    mingwX64()
 | 
			
		||||
//    mingwX64()
 | 
			
		||||
    @OptIn(ExperimentalWasmDsl::class)
 | 
			
		||||
    wasmJs {
 | 
			
		||||
        browser()
 | 
			
		||||
    }
 | 
			
		||||
    val ktor_version = "2.3.6"
 | 
			
		||||
 | 
			
		||||
    sourceSets {
 | 
			
		||||
        all {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user