Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 공정능력
- 보조정렬
- es6
- JavaScript
- Java
- MSSQL
- plugin
- R
- Sqoop
- window
- NPM
- SSL
- Spring
- IntelliJ
- Python
- hadoop
- react
- xPlatform
- SPC
- SQL
- mybatis
- Kotlin
- tomcat
- vaadin
- table
- Express
- mapreduce
- Eclipse
- Android
- GIT
Archives
- Today
- Total
728x90
목록BMI (1)
DBILITY

연습삼아 해봤다. 지금은..이렇군 build.gradle.kts plugins { id("com.android.application") id("org.jetbrains.kotlin.android") } android { namespace = "com.dbility.apps.test02" compileSdk = 34 defaultConfig { applicationId = "com.dbility.apps.test02" minSdk = 24 targetSdk = 34 versionCode = 1 versionName = "1.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } buildTypes { release { isMin..
android/kotlin
2024. 1. 11. 17:50
728x90