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
- R
- SQL
- IntelliJ
- react
- Kotlin
- mapreduce
- MSSQL
- Java
- hadoop
- NPM
- Express
- window
- es6
- Spring
- xPlatform
- JavaScript
- vaadin
- GIT
- SPC
- Python
- plugin
- Sqoop
- mybatis
- Android
- 공정능력
- table
- Eclipse
- 보조정렬
- SSL
- tomcat
Archives
- Today
- Total
반응형
목록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
반응형