android kotlin 1.4.0版本左右用到的基础库配置
作者:
舟_e9ce | 来源:发表于
2023-07-27 15:45 被阅读0次 implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
本文标题:android kotlin 1.4.0版本左右用到的基础库配置
本文链接:https://www.haomeiwen.com/subject/binlpdtx.html
网友评论