- KT-59139: ‘Protocol message contained an invalid tag (zero)’ during project configuration
- KT-59151: NullPointerException in Fir2IrClassifierStorage.preCacheBuiltinClasses
- KT-60652: Expect declaration doesn't match actual because some expected members have no actual ones
- KT-62671: Fir2ir generates a duplicate of delegated function for class from a common module
- KT-57888: Inconsistency on reference to declaration with invisible receiver type of intersection-typed value in complex Java hierarchy
- KT-60958: Smart cast does not work with definite return from if block
- KT-65840: Initializer type mismatch: expected 'Type', actual 'Type'
- [KT-65105](https://youtrack.j
~/.gradle/gradle.properties
:
org.gradle.cache.cleanup=false
~/.gradle/init.gradle.kts
:
Api level | Android version | Code name | Release date |
---|---|---|---|
1 | 1.0 | Base | October 2008 |
2 | 1.1 | Base 1.1 | February 2009 |
3 | 1.5 | Cupcake | May 2009 |
4 | 1.6 | Donut | September 2009 |
5 | 2.0 | Eclair | November 2009 |
6 | 2.0.1 | Eclair 0.1 | December 2009 |
7 | 2.1 | Eclair MR1 | January 2010 |
8 | 2.2 | Froyo | June 2010 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import <Foundation/NSArray.h> | |
#import <Foundation/NSDictionary.h> | |
#import <Foundation/NSError.h> | |
#import <Foundation/NSObject.h> | |
#import <Foundation/NSSet.h> | |
#import <Foundation/NSString.h> | |
#import <Foundation/NSValue.h> | |
@class MMLBrandSealedClass, MMLApple, MMLCoffee, MMLKotlinEnumCompanion, MMLKotlinEnum<E>, MMLColorEnum, MMLKotlinArray<T>, MMLOtherDrink, MMLSamsung, MMLSoda, MMLSomeObject, MMLSony, MMLTea; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ViewController.swift | |
// klibqonto demo app | |
// | |
// Created by Benoit Lubek on 04/11/2019. | |
// Copyright © 2019 BoD. All rights reserved. | |
// | |
import UIKit | |
import klibqonto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
env: | |
- ANDROID_HOME=$HOME/android-sdk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: java | |
dist: trusty | |
jdk: oraclejdk8 | |
before_cache: | |
# Do not cache a few Gradle files/directories (see https://docs.travis-ci.com/user/languages/java/#Caching) | |
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock | |
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/ | |
cache: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cache: | |
directories: | |
# Android SDK | |
- $HOME/android-cmdline-tools | |
- $HOME/android-sdk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install: | |
# Download and unzip the Android command line tools (if not already there thanks to the cache mechanism) | |
# Latest version of this file available here: https://developer.android.com/studio/#command-tools | |
- if test ! -e $HOME/android-cmdline-tools/cmdline-tools.zip ; then curl https://dl.google.com/android/repository/commandlinetools-linux-6609375_latest.zip > $HOME/android-cmdline-tools/cmdline-tools.zip ; fi | |
- unzip -qq -n $HOME/android-cmdline-tools/cmdline-tools.zip -d $HOME/android-cmdline-tools | |
# Install or update Android SDK components (will not do anything if already up to date thanks to the cache mechanism) | |
- echo y | $HOME/android-cmdline-tools/tools/bin/sdkmanager --sdk_root=$HOME/android-sdk 'platform-tools' > /dev/null | |
# Latest version of build-tools available here: https://developer.android.com/studio/releases/build-tools.html | |
- echo y | $HOME/android-cmdline-tools/tools/bin/sdkmanager --sdk_root=$HOME/android-sdk 'build-tools;29.0.3' > /dev/null |
NewerOlder