51 lines
		
	
	
		
			923 B
		
	
	
	
		
			Properties
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			923 B
		
	
	
	
		
			Properties
		
	
	
	
	
	
| kotlin.code.style=official
 | |
| org.gradle.parallel=true
 | |
| kotlin.js.generate.externals=true
 | |
| kotlin.incremental=true
 | |
| kotlin.incremental.js=true
 | |
| android.useAndroidX=true
 | |
| android.enableJetifier=true
 | |
| org.gradle.jvmargs=-Xmx2048m
 | |
| 
 | |
| kotlin_version=1.4.20
 | |
| kotlin_coroutines_version=1.4.1
 | |
| kotlin_serialisation_core_version=1.0.1
 | |
| kotlin_exposed_version=0.28.1
 | |
| 
 | |
| ktor_version=1.4.2
 | |
| klockVersion=2.0.0
 | |
| uuidVersion=0.2.3
 | |
| 
 | |
| exposed_version=0.28.1
 | |
| test_sqlite_version=3.32.3.2
 | |
| 
 | |
| microutils_version=0.4.6
 | |
| 
 | |
| javax_activation_version=1.1.1
 | |
| 
 | |
| github_release_plugin_version=2.2.12
 | |
| 
 | |
| # ANDROID
 | |
| 
 | |
| core_ktx_version=1.3.2
 | |
| androidx_recycler_version=1.1.0
 | |
| appcompat_version=1.2.0
 | |
| 
 | |
| android_minSdkVersion=19
 | |
| android_compileSdkVersion=30
 | |
| android_buildToolsVersion=30.0.2
 | |
| dexcount_version=2.0.0-RC1
 | |
| junit_version=4.12
 | |
| test_ext_junit_version=1.1.2
 | |
| espresso_core=3.3.0
 | |
| 
 | |
| # Dokka
 | |
| 
 | |
| dokka_version=1.4.0
 | |
| 
 | |
| # Project data
 | |
| 
 | |
| version=0.6.0
 | |
| android_code_version=1
 | |
| group=dev.inmo
 |